Html Css Color HEX #EDA034 Yellow Sea

📋 copy color: '#EDA034'

red 237 ◦ green 160 ◦ blue 52

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

Shades of Yellow Sea #EDA034

Tints of Yellow Sea #EDA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 52.78%
G = 35.63%
B = 11.58%

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

#EDA034 (or 0xEDA034) is known color: Yellow Sea. HEX triplet: ED, A0 and 34. RGB value is (237,160,52). Sum of RGB (Red+Green+Blue) = 237+160+52=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA034 is #125FCB. Grayscale: #ABABAB. Windows color (decimal): -1204172 or 3449069. OLE color: 3449069.

HSL color Cylindrical-coordinate representation of color #EDA034: hue angle of 35.03º 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 #EDA034 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 52 -
CMYK 0 0.32 0.78 0.07
HSL 35.03º 0.84% 0.57% -
HSV(B) 35.03º 0.78% 0.93% -
XYZ 48.12 43.39 9.09 -
YUV 170.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 237 160 52 0 0.32 0.78 0.07 35.03 0.84 0.57
Hex ED A0 34 0 20 4E 7 23 54 39
Octal 355 240 64 0 40 116 7 43 124 71
Binary 11101101 10100000 110100 0 100000 1001110 111 100011 1010100 111001

Color Harmonies of #EDA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA034

Black with #EDA034

Text Example


Text Example

White with #EDA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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