Html Css Color HEX #EDA436 Yellow Sea

📋 copy color: '#EDA436'

red 237 ◦ green 164 ◦ blue 54

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

Shades of Yellow Sea #EDA436

Tints of Yellow Sea #EDA436

RGB

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

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

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

R = 52.09%
G = 36.04%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDA436 (or 0xEDA436) is known color: Yellow Sea. HEX triplet: ED, A4 and 36. RGB value is (237,164,54). Sum of RGB (Red+Green+Blue) = 237+164+54=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA436 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA436 is #125BC9. Grayscale: #ADADAD. Windows color (decimal): -1203146 or 3581165. OLE color: 3581165.

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

Color convert

RGB 237 164 54 -
CMYK 0 0.31 0.77 0.07
HSL 36.07º 0.84% 0.57% -
HSV(B) 36.07º 0.77% 0.93% -
XYZ 48.87 44.82 9.57 -
YUV 173.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 237 164 54 0 0.31 0.77 0.07 36.07 0.84 0.57
Hex ED A4 36 0 1F 4D 7 24 54 39
Octal 355 244 66 0 37 115 7 44 124 71
Binary 11101101 10100100 110110 0 11111 1001101 111 100100 1010100 111001

Color Harmonies of #EDA436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA436

Black with #EDA436

Text Example


Text Example

White with #EDA436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA436; }

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

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

background-color css

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

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

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

border-color css

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

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

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