#ECBD34

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

Shades of Bright Sun #ECBD34

Tints of Bright Sun #ECBD34

Color information

#ECBD34 (or 0xECBD34) is unknown color: approx Bright Sun. HEX triplet: EC, BD and 34. RGB value is (236,189,52). Sum of RGB (Red+Green+Blue) = 236+189+52=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD34 is #1342CB. Grayscale: #BCBCBC. Windows color (decimal): -1262284 or 3456492. OLE color: 3456492.

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

Color convert

RGB23618952-
CMYK00.200.780.07
HSL44.67º82.88%56.47%-
HSV(B)44.67º77.97%92.55%-
XYZ53.4154.4810.95-
YUV187.4451.57162.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 52 (20.70% from 255) = 10.90%
R=49.48%
G=39.62%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361895200.200.780.0744.6782.8856.47
HexECBD340144E72d5338
Octal3542756402411675512370
Binary111011001011110111010001010010011101111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD34; }

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

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

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

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

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

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

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

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