Html Css Color HEX #EDA033 Yellow Sea

📋 copy color: '#EDA033'

red 237 ◦ green 160 ◦ blue 51

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

Shades of Yellow Sea #EDA033

Tints of Yellow Sea #EDA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.71%

 BLUE value IS 51 (20.31% from 255) = 11.38%

R = 52.9%
G = 35.71%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA033 (or 0xEDA033) is known color: Yellow Sea. HEX triplet: ED, A0 and 33. RGB value is (237,160,51). Sum of RGB (Red+Green+Blue) = 237+160+51=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA033 is #125FCC. Grayscale: #ABABAB. Windows color (decimal): -1204173 or 3383533. OLE color: 3383533.

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

Color convert

RGB 237 160 51 -
CMYK 0 0.32 0.78 0.07
HSL 35.16º 0.84% 0.56% -
HSV(B) 35.16º 0.78% 0.93% -
XYZ 48.09 43.39 8.97 -
YUV 170.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 237 160 51 0 0.32 0.78 0.07 35.16 0.84 0.56
Hex ED A0 33 0 20 4E 7 23 54 38
Octal 355 240 63 0 40 116 7 43 124 70
Binary 11101101 10100000 110011 0 100000 1001110 111 100011 1010100 111000

Color Harmonies of #EDA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA033

Black with #EDA033

Text Example


Text Example

White with #EDA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA033; }

 p { color: rgb(237,160,51); }

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

background-color css

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

 a { background-color: rgb(237,160,51); }

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

border-color css

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

 span { border-color: rgb(237,160,51); }

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