Html Css Color HEX #EDA232 Yellow Sea

📋 copy color: '#EDA232'

red 237 ◦ green 162 ◦ blue 50

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

Shades of Yellow Sea #EDA232

Tints of Yellow Sea #EDA232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 52.78%
G = 36.08%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA232 (or 0xEDA232) is known color: Yellow Sea. HEX triplet: ED, A2 and 32. RGB value is (237,162,50). Sum of RGB (Red+Green+Blue) = 237+162+50=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA232 is #125DCD. Grayscale: #ACACAC. Windows color (decimal): -1203662 or 3318509. OLE color: 3318509.

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

Color convert

RGB 237 162 50 -
CMYK 0 0.32 0.79 0.07
HSL 35.94º 0.84% 0.56% -
HSV(B) 35.94º 0.79% 0.93% -
XYZ 48.42 44.08 8.97 -
YUV 171.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 237 162 50 0 0.32 0.79 0.07 35.94 0.84 0.56
Hex ED A2 32 0 20 4F 7 24 54 38
Octal 355 242 62 0 40 117 7 44 124 70
Binary 11101101 10100010 110010 0 100000 1001111 111 100100 1010100 111000

Color Harmonies of #EDA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA232

Black with #EDA232

Text Example


Text Example

White with #EDA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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