Html Css Color HEX #EDA236 Yellow Sea

📋 copy color: '#EDA236'

red 237 ◦ green 162 ◦ blue 54

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

Shades of Yellow Sea #EDA236

Tints of Yellow Sea #EDA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 52.32%
G = 35.76%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDA236 (or 0xEDA236) is known color: Yellow Sea. HEX triplet: ED, A2 and 36. RGB value is (237,162,54). Sum of RGB (Red+Green+Blue) = 237+162+54=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA236 is #125DC9. Grayscale: #ACACAC. Windows color (decimal): -1203658 or 3580653. OLE color: 3580653.

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

Color convert

RGB 237 162 54 -
CMYK 0 0.32 0.77 0.07
HSL 35.41º 0.84% 0.57% -
HSV(B) 35.41º 0.77% 0.93% -
XYZ 48.51 44.11 9.45 -
YUV 172.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 237 162 54 0 0.32 0.77 0.07 35.41 0.84 0.57
Hex ED A2 36 0 20 4D 7 23 54 39
Octal 355 242 66 0 40 115 7 43 124 71
Binary 11101101 10100010 110110 0 100000 1001101 111 100011 1010100 111001

Color Harmonies of #EDA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA236

Black with #EDA236

Text Example


Text Example

White with #EDA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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