Html Css Color HEX #EDA02A Yellow Sea

📋 copy color: '#EDA02A'

red 237 ◦ green 160 ◦ blue 42

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

Shades of Yellow Sea #EDA02A

Tints of Yellow Sea #EDA02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.57%

R = 53.99%
G = 36.45%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA02A (or 0xEDA02A) is known color: Yellow Sea. HEX triplet: ED, A0 and 2A. RGB value is (237,160,42). Sum of RGB (Red+Green+Blue) = 237+160+42=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02A is #125FD5. Grayscale: #AAAAAA. Windows color (decimal): -1204182 or 2793709. OLE color: 2793709.

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

Color convert

RGB 237 160 42 -
CMYK 0 0.32 0.82 0.07
HSL 36.31º 0.84% 0.55% -
HSV(B) 36.31º 0.82% 0.93% -
XYZ 47.91 43.31 8.03 -
YUV 169.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 237 160 42 0 0.32 0.82 0.07 36.31 0.84 0.55
Hex ED A0 2A 0 20 52 7 24 54 37
Octal 355 240 52 0 40 122 7 44 124 67
Binary 11101101 10100000 101010 0 100000 1010010 111 100100 1010100 110111

Color Harmonies of #EDA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA02A

Black with #EDA02A

Text Example


Text Example

White with #EDA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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