Html Css Color HEX #EDA532 Yellow Sea

📋 copy color: '#EDA532'

red 237 ◦ green 165 ◦ blue 50

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

Shades of Yellow Sea #EDA532

Tints of Yellow Sea #EDA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

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

R = 52.43%
G = 36.5%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA532 (or 0xEDA532) is known color: Yellow Sea. HEX triplet: ED, A5 and 32. RGB value is (237,165,50). Sum of RGB (Red+Green+Blue) = 237+165+50=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA532 is #125ACD. Grayscale: #ADADAD. Windows color (decimal): -1202894 or 3319277. OLE color: 3319277.

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

Color convert

RGB 237 165 50 -
CMYK 0 0.30 0.79 0.07
HSL 36.9º 0.84% 0.56% -
HSV(B) 36.9º 0.79% 0.93% -
XYZ 48.96 45.15 9.15 -
YUV 173.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 237 165 50 0 0.30 0.79 0.07 36.9 0.84 0.56
Hex ED A5 32 0 1E 4F 7 25 54 38
Octal 355 245 62 0 36 117 7 45 124 70
Binary 11101101 10100101 110010 0 11110 1001111 111 100101 1010100 111000

Color Harmonies of #EDA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA532

Black with #EDA532

Text Example


Text Example

White with #EDA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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