Html Css Color HEX #EDA02C Yellow Sea

📋 copy color: '#EDA02C'

red 237 ◦ green 160 ◦ blue 44

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

Shades of Yellow Sea #EDA02C

Tints of Yellow Sea #EDA02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 53.74%
G = 36.28%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA02C (or 0xEDA02C) is known color: Yellow Sea. HEX triplet: ED, A0 and 2C. RGB value is (237,160,44). Sum of RGB (Red+Green+Blue) = 237+160+44=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02C is #125FD3. Grayscale: #AAAAAA. Windows color (decimal): -1204180 or 2924781. OLE color: 2924781.

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

Color convert

RGB 237 160 44 -
CMYK 0 0.32 0.81 0.07
HSL 36.06º 0.84% 0.55% -
HSV(B) 36.06º 0.81% 0.93% -
XYZ 47.95 43.33 8.22 -
YUV 169.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 237 160 44 0 0.32 0.81 0.07 36.06 0.84 0.55
Hex ED A0 2C 0 20 51 7 24 54 37
Octal 355 240 54 0 40 121 7 44 124 67
Binary 11101101 10100000 101100 0 100000 1010001 111 100100 1010100 110111

Color Harmonies of #EDA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA02C

Black with #EDA02C

Text Example


Text Example

White with #EDA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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