#ECBF34

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

Shades of Bright Sun #ECBF34

Tints of Bright Sun #ECBF34

Color information

#ECBF34 (or 0xECBF34) is unknown color: approx Bright Sun. HEX triplet: EC, BF and 34. RGB value is (236,191,52). Sum of RGB (Red+Green+Blue) = 236+191+52=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF34 is #1340CB. Grayscale: #BDBDBD. Windows color (decimal): -1261772 or 3457004. OLE color: 3457004.

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

Color convert

RGB23619152-
CMYK00.190.780.07
HSL45.33º82.88%56.47%-
HSV(B)45.33º77.97%92.55%-
XYZ53.8455.3411.09-
YUV188.6150.91161.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 52 (20.70% from 255) = 10.86%
R=49.27%
G=39.87%
B=10.86%

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
Decimal2361915200.190.780.0745.3382.8856.47
HexECBF340134E72d5338
Octal3542776402311675512370
Binary111011001011111111010001001110011101111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF34; }

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

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

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

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

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

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

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

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