Html Css Color HEX #ECC132 Bright Sun

📋 copy color: '#ECC132'

red 236 ◦ green 193 ◦ blue 50

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

Shades of Bright Sun #ECC132

Tints of Bright Sun #ECC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

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

R = 49.27%
G = 40.29%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC132 (or 0xECC132) is known color: Bright Sun. HEX triplet: EC, C1 and 32. RGB value is (236,193,50). Sum of RGB (Red+Green+Blue) = 236+193+50=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC132 is #133ECD. Grayscale: #BEBEBE. Windows color (decimal): -1261262 or 3326444. OLE color: 3326444.

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

Color convert

RGB 236 193 50 -
CMYK 0 0.18 0.79 0.07
HSL 46.13º 0.83% 0.56% -
HSV(B) 46.13º 0.79% 0.93% -
XYZ 54.24 56.2 11.01 -
YUV 189.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 236 193 50 0 0.18 0.79 0.07 46.13 0.83 0.56
Hex EC C1 32 0 12 4F 7 2E 53 38
Octal 354 301 62 0 22 117 7 56 123 70
Binary 11101100 11000001 110010 0 10010 1001111 111 101110 1010011 111000

Color Harmonies of #ECC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC132

Black with #ECC132

Text Example


Text Example

White with #ECC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC132; }

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

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

background-color css

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

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

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

border-color css

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

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

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