#ECBE34

Color #ECBE34 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #ECBE34

Tints of Bright Sun #ECBE34

Color information

#ECBE34 (or 0xECBE34) is unknown color: approx Bright Sun. HEX triplet: EC, BE and 34. RGB value is (236,190,52). Sum of RGB (Red+Green+Blue) = 236+190+52=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE34 is #1341CB. Grayscale: #BCBCBC. Windows color (decimal): -1262028 or 3456748. OLE color: 3456748.

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

Color convert

RGB23619052-
CMYK00.190.780.07
HSL45º82.88%56.47%-
HSV(B)45º77.97%92.55%-
XYZ53.6354.9111.02-
YUV188.0251.24162.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 52 (20.70% from 255) = 10.88%
R=49.37%
G=39.75%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361905200.190.780.074582.8856.47
HexECBE340134E72d5338
Octal3542766402311675512370
Binary111011001011111011010001001110011101111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE34; }

 p { color: rgb(236,190,52); }

 H1.HeaderClassName
 {
   color: #ECBE34;
 }
 .AnyTagClassName
 {
   color: #ECBE34;
 }
</style>
background-color css

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

 a { background-color: rgb(236,190,52); }

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

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

 span { border-color: rgb(236,190,52); }

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