Html Css Color HEX #ECC128 Bright Sun

📋 copy color: '#ECC128'

red 236 ◦ green 193 ◦ blue 40

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

Shades of Bright Sun #ECC128

Tints of Bright Sun #ECC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.53%

R = 50.32%
G = 41.15%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECC128 (or 0xECC128) is known color: Bright Sun. HEX triplet: EC, C1 and 28. RGB value is (236,193,40). Sum of RGB (Red+Green+Blue) = 236+193+40=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC128 is #133ED7. Grayscale: #BDBDBD. Windows color (decimal): -1261272 or 2671084. OLE color: 2671084.

HSL color Cylindrical-coordinate representation of color #ECC128: hue angle of 46.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECC128 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 40 -
CMYK 0 0.18 0.83 0.07
HSL 46.84º 0.84% 0.54% -
HSV(B) 46.84º 0.83% 0.93% -
XYZ 54.05 56.13 9.99 -
YUV 188.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 236 193 40 0 0.18 0.83 0.07 46.84 0.84 0.54
Hex EC C1 28 0 12 53 7 2F 54 36
Octal 354 301 50 0 22 123 7 57 124 66
Binary 11101100 11000001 101000 0 10010 1010011 111 101111 1010100 110110

Color Harmonies of #ECC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC128

Black with #ECC128

Text Example


Text Example

White with #ECC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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