Html Css Color HEX #EDA442 Yellow Sea

📋 copy color: '#EDA442'

red 237 ◦ green 164 ◦ blue 66

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

Shades of Yellow Sea #EDA442

Tints of Yellow Sea #EDA442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 50.75%
G = 35.12%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDA442 (or 0xEDA442) is known color: Yellow Sea. HEX triplet: ED, A4 and 42. RGB value is (237,164,66). Sum of RGB (Red+Green+Blue) = 237+164+66=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA442 is #125BBD. Grayscale: #AFAFAF. Windows color (decimal): -1203134 or 4367597. OLE color: 4367597.

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

Color convert

RGB 237 164 66 -
CMYK 0 0.31 0.72 0.07
HSL 34.39º 0.83% 0.59% -
HSV(B) 34.39º 0.72% 0.93% -
XYZ 49.18 44.95 11.24 -
YUV 174.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 237 164 66 0 0.31 0.72 0.07 34.39 0.83 0.59
Hex ED A4 42 0 1F 48 7 22 53 3B
Octal 355 244 102 0 37 110 7 42 123 73
Binary 11101101 10100100 1000010 0 11111 1001000 111 100010 1010011 111011

Color Harmonies of #EDA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA442

Black with #EDA442

Text Example


Text Example

White with #EDA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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