Html Css Color HEX #EDA836 Yellow Sea

📋 copy color: '#EDA836'

red 237 ◦ green 168 ◦ blue 54

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

Shades of Yellow Sea #EDA836

Tints of Yellow Sea #EDA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 54 (21.48% from 255) = 11.76%

R = 51.63%
G = 36.6%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDA836 (or 0xEDA836) is known color: Yellow Sea. HEX triplet: ED, A8 and 36. RGB value is (237,168,54). Sum of RGB (Red+Green+Blue) = 237+168+54=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA836 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA836 is #1257C9. Grayscale: #B0B0B0. Windows color (decimal): -1202122 or 3582189. OLE color: 3582189.

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

Color convert

RGB 237 168 54 -
CMYK 0 0.29 0.77 0.07
HSL 37.38º 0.84% 0.57% -
HSV(B) 37.38º 0.77% 0.93% -
XYZ 49.59 46.28 9.81 -
YUV 175.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 237 168 54 0 0.29 0.77 0.07 37.38 0.84 0.57
Hex ED A8 36 0 1D 4D 7 25 54 39
Octal 355 250 66 0 35 115 7 45 124 71
Binary 11101101 10101000 110110 0 11101 1001101 111 100101 1010100 111001

Color Harmonies of #EDA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA836

Black with #EDA836

Text Example


Text Example

White with #EDA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA836; }

 p { color: rgb(237,168,54); }

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

background-color css

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

 a { background-color: rgb(237,168,54); }

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

border-color css

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

 span { border-color: rgb(237,168,54); }

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