Html Css Color HEX #EC9832 Yellow Sea

📋 copy color: '#EC9832'

red 236 ◦ green 152 ◦ blue 50

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

Shades of Yellow Sea #EC9832

Tints of Yellow Sea #EC9832

RGB

 RED value IS 236 (92.58% from 255) = 53.88%

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 53.88%
G = 34.7%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC9832 (or 0xEC9832) is known color: Yellow Sea. HEX triplet: EC, 98 and 32. RGB value is (236,152,50). Sum of RGB (Red+Green+Blue) = 236+152+50=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9832 is #1367CD. Grayscale: #A5A5A5. Windows color (decimal): -1271758 or 3315948. OLE color: 3315948.

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

Color convert

RGB 236 152 50 -
CMYK 0 0.36 0.79 0.07
HSL 32.9º 0.83% 0.56% -
HSV(B) 32.9º 0.79% 0.93% -
XYZ 46.4 40.52 8.39 -
YUV 165.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 236 152 50 0 0.36 0.79 0.07 32.9 0.83 0.56
Hex EC 98 32 0 24 4F 7 21 53 38
Octal 354 230 62 0 44 117 7 41 123 70
Binary 11101100 10011000 110010 0 100100 1001111 111 100001 1010011 111000

Color Harmonies of #EC9832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9832

Black with #EC9832

Text Example


Text Example

White with #EC9832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9832; }

 p { color: rgb(236,152,50); }

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

background-color css

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

 a { background-color: rgb(236,152,50); }

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

border-color css

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

 span { border-color: rgb(236,152,50); }

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