Html Css Color HEX #ECC031 Bright Sun

📋 copy color: '#ECC031'

red 236 ◦ green 192 ◦ blue 49

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

Shades of Bright Sun #ECC031

Tints of Bright Sun #ECC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 49.48%
G = 40.25%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC031 (or 0xECC031) is known color: Bright Sun. HEX triplet: EC, C0 and 31. RGB value is (236,192,49). Sum of RGB (Red+Green+Blue) = 236+192+49=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC031 is #133FCE. Grayscale: #BDBDBD. Windows color (decimal): -1261519 or 3260652. OLE color: 3260652.

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

Color convert

RGB 236 192 49 -
CMYK 0 0.19 0.79 0.07
HSL 45.88º 0.83% 0.56% -
HSV(B) 45.88º 0.79% 0.93% -
XYZ 54 55.75 10.82 -
YUV 188.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 236 192 49 0 0.19 0.79 0.07 45.88 0.83 0.56
Hex EC C0 31 0 13 4F 7 2E 53 38
Octal 354 300 61 0 23 117 7 56 123 70
Binary 11101100 11000000 110001 0 10011 1001111 111 101110 1010011 111000

Color Harmonies of #ECC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC031

Black with #ECC031

Text Example


Text Example

White with #ECC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC031; }

 p { color: rgb(236,192,49); }

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

background-color css

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

 a { background-color: rgb(236,192,49); }

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

border-color css

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

 span { border-color: rgb(236,192,49); }

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