Html Css Color HEX #EC9630 Yellow Sea

📋 copy color: '#EC9630'

red 236 ◦ green 150 ◦ blue 48

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

Shades of Yellow Sea #EC9630

Tints of Yellow Sea #EC9630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 54.38%
G = 34.56%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC9630 (or 0xEC9630) is known color: Yellow Sea. HEX triplet: EC, 96 and 30. RGB value is (236,150,48). Sum of RGB (Red+Green+Blue) = 236+150+48=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9630 is #1369CF. Grayscale: #A4A4A4. Windows color (decimal): -1272272 or 3184364. OLE color: 3184364.

HSL color Cylindrical-coordinate representation of color #EC9630: hue angle of 32.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC9630 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 48 -
CMYK 0 0.36 0.80 0.07
HSL 32.55º 0.83% 0.56% -
HSV(B) 32.55º 0.8% 0.93% -
XYZ 46.03 39.86 8.06 -
YUV 164.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 236 150 48 0 0.36 0.80 0.07 32.55 0.83 0.56
Hex EC 96 30 0 24 50 7 21 53 38
Octal 354 226 60 0 44 120 7 41 123 70
Binary 11101100 10010110 110000 0 100100 1010000 111 100001 1010011 111000

Color Harmonies of #EC9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9630

Black with #EC9630

Text Example


Text Example

White with #EC9630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9630; }

 p { color: rgb(236,150,48); }

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

background-color css

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

 a { background-color: rgb(236,150,48); }

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

border-color css

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

 span { border-color: rgb(236,150,48); }

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