Html Css Color HEX #ECC330 Bright Sun

📋 copy color: '#ECC330'

red 236 ◦ green 195 ◦ blue 48

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

Shades of Bright Sun #ECC330

Tints of Bright Sun #ECC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

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

R = 49.27%
G = 40.71%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC330 (or 0xECC330) is known color: Bright Sun. HEX triplet: EC, C3 and 30. RGB value is (236,195,48). Sum of RGB (Red+Green+Blue) = 236+195+48=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC330 is #133CCF. Grayscale: #BFBFBF. Windows color (decimal): -1260752 or 3195884. OLE color: 3195884.

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

Color convert

RGB 236 195 48 -
CMYK 0 0.17 0.80 0.07
HSL 46.91º 0.83% 0.56% -
HSV(B) 46.91º 0.8% 0.93% -
XYZ 54.64 57.08 10.93 -
YUV 190.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 236 195 48 0 0.17 0.80 0.07 46.91 0.83 0.56
Hex EC C3 30 0 11 50 7 2F 53 38
Octal 354 303 60 0 21 120 7 57 123 70
Binary 11101100 11000011 110000 0 10001 1010000 111 101111 1010011 111000

Color Harmonies of #ECC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC330

Black with #ECC330

Text Example


Text Example

White with #ECC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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