Html Css Color HEX #EDA336 Yellow Sea

📋 copy color: '#EDA336'

red 237 ◦ green 163 ◦ blue 54

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

Shades of Yellow Sea #EDA336

Tints of Yellow Sea #EDA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

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

R = 52.2%
G = 35.9%
B = 11.89%

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

#EDA336 (or 0xEDA336) is known color: Yellow Sea. HEX triplet: ED, A3 and 36. RGB value is (237,163,54). Sum of RGB (Red+Green+Blue) = 237+163+54=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA336 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA336 is #125CC9. Grayscale: #ADADAD. Windows color (decimal): -1203402 or 3580909. OLE color: 3580909.

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

Color convert

RGB 237 163 54 -
CMYK 0 0.31 0.77 0.07
HSL 35.74º 0.84% 0.57% -
HSV(B) 35.74º 0.77% 0.93% -
XYZ 48.69 44.47 9.51 -
YUV 172.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 237 163 54 0 0.31 0.77 0.07 35.74 0.84 0.57
Hex ED A3 36 0 1F 4D 7 24 54 39
Octal 355 243 66 0 37 115 7 44 124 71
Binary 11101101 10100011 110110 0 11111 1001101 111 100100 1010100 111001

Color Harmonies of #EDA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA336

Black with #EDA336

Text Example


Text Example

White with #EDA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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