Html Css Color HEX #EDA435 Yellow Sea

📋 copy color: '#EDA435'

red 237 ◦ green 164 ◦ blue 53

#EDA435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EDA435

Tints of Yellow Sea #EDA435

RGB

 RED value IS 237 (92.97% from 255) = 52.2%

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 53 (21.09% from 255) = 11.67%

R = 52.2%
G = 36.12%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDA435 (or 0xEDA435) is known color: Yellow Sea. HEX triplet: ED, A4 and 35. RGB value is (237,164,53). Sum of RGB (Red+Green+Blue) = 237+164+53=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA435 is #125BCA. Grayscale: #ADADAD. Windows color (decimal): -1203147 or 3515629. OLE color: 3515629.

HSL color Cylindrical-coordinate representation of color #EDA435: hue angle of 36.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA435 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 53 -
CMYK 0 0.31 0.78 0.07
HSL 36.2º 0.84% 0.57% -
HSV(B) 36.2º 0.78% 0.93% -
XYZ 48.84 44.81 9.44 -
YUV 173.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 237 164 53 0 0.31 0.78 0.07 36.2 0.84 0.57
Hex ED A4 35 0 1F 4E 7 24 54 39
Octal 355 244 65 0 37 116 7 44 124 71
Binary 11101101 10100100 110101 0 11111 1001110 111 100100 1010100 111001

Color Harmonies of #EDA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA435

Black with #EDA435

Text Example


Text Example

White with #EDA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA435; }

 p { color: rgb(237,164,53); }

 H1.HeaderClassName
 {
   color: #EDA435;
 }
 .AnyTagClassName
 {
   color: #EDA435;
 }
</style>

background-color css

<style>
 a { background-color: #EDA435; }

 a { background-color: rgb(237,164,53); }

 div.DivClassName
 {
   background-color: #EDA435;
 }
 .BgClassName
 {
   background-color: #EDA435;
 }
</style>

border-color css

<style>
 span { border-color: #EDA435; }

 span { border-color: rgb(237,164,53); }

 td.TdClassName
 {
   border-color: #EDA435;
 }
 .TagClassName
 {
   border-color: #EDA435;
 }
</style>