Html Css Color HEX #EDA132 Yellow Sea

📋 copy color: '#EDA132'

red 237 ◦ green 161 ◦ blue 50

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

Shades of Yellow Sea #EDA132

Tints of Yellow Sea #EDA132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

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

R = 52.9%
G = 35.94%
B = 11.16%

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

#EDA132 (or 0xEDA132) is known color: Yellow Sea. HEX triplet: ED, A1 and 32. RGB value is (237,161,50). Sum of RGB (Red+Green+Blue) = 237+161+50=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA132 is #125ECD. Grayscale: #ABABAB. Windows color (decimal): -1203918 or 3318253. OLE color: 3318253.

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

Color convert

RGB 237 161 50 -
CMYK 0 0.32 0.79 0.07
HSL 35.61º 0.84% 0.56% -
HSV(B) 35.61º 0.79% 0.93% -
XYZ 48.25 43.72 8.91 -
YUV 171.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 237 161 50 0 0.32 0.79 0.07 35.61 0.84 0.56
Hex ED A1 32 0 20 4F 7 24 54 38
Octal 355 241 62 0 40 117 7 44 124 70
Binary 11101101 10100001 110010 0 100000 1001111 111 100100 1010100 111000

Color Harmonies of #EDA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA132

Black with #EDA132

Text Example


Text Example

White with #EDA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA132; }

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

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

background-color css

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

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

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

border-color css

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

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

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