Html Css Color HEX #EDA837 Yellow Sea

📋 copy color: '#EDA837'

red 237 ◦ green 168 ◦ blue 55

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

Shades of Yellow Sea #EDA837

Tints of Yellow Sea #EDA837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.96%

R = 51.52%
G = 36.52%
B = 11.96%

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

#EDA837 (or 0xEDA837) is known color: Yellow Sea. HEX triplet: ED, A8 and 37. RGB value is (237,168,55). Sum of RGB (Red+Green+Blue) = 237+168+55=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA837 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA837 is #1257C8. Grayscale: #B0B0B0. Windows color (decimal): -1202121 or 3647725. OLE color: 3647725.

HSL color Cylindrical-coordinate representation of color #EDA837: hue angle of 37.25º degrees, saturation: 0.83, 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 #EDA837 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 55 -
CMYK 0 0.29 0.77 0.07
HSL 37.25º 0.83% 0.57% -
HSV(B) 37.25º 0.77% 0.93% -
XYZ 49.62 46.29 9.93 -
YUV 175.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 237 168 55 0 0.29 0.77 0.07 37.25 0.83 0.57
Hex ED A8 37 0 1D 4D 7 25 53 39
Octal 355 250 67 0 35 115 7 45 123 71
Binary 11101101 10101000 110111 0 11101 1001101 111 100101 1010011 111001

Color Harmonies of #EDA837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA837

Black with #EDA837

Text Example


Text Example

White with #EDA837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA837; }

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

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

background-color css

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

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

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

border-color css

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

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

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