#ECBD2C

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

Shades of Bright Sun #ECBD2C

Tints of Bright Sun #ECBD2C

Color information

#ECBD2C (or 0xECBD2C) is unknown color: approx Bright Sun. HEX triplet: EC, BD and 2C. RGB value is (236,189,44). Sum of RGB (Red+Green+Blue) = 236+189+44=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD2C is #1342D3. Grayscale: #BBBBBB. Windows color (decimal): -1262292 or 2932204. OLE color: 2932204.

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

Color convert

RGB23618944-
CMYK00.200.810.07
HSL45.31º83.48%54.9%-
HSV(B)45.31º81.36%92.55%-
XYZ53.2454.4110.08-
YUV186.5247.57163.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 44 (17.58% from 255) = 9.38%
R=50.32%
G=40.30%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361894400.200.810.0745.3183.4854.9
HexECBD2C0145172d5337
Octal3542755402412175512367
Binary111011001011110110110001010010100011111011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD2C; }

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

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

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

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

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

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

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

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