#ECBD38

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

Shades of Bright Sun #ECBD38

Tints of Bright Sun #ECBD38

Color information

#ECBD38 (or 0xECBD38) is unknown color: approx Bright Sun. HEX triplet: EC, BD and 38. RGB value is (236,189,56). Sum of RGB (Red+Green+Blue) = 236+189+56=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD38 is #1342C7. Grayscale: #BCBCBC. Windows color (decimal): -1262280 or 3718636. OLE color: 3718636.

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

Color convert

RGB23618956-
CMYK00.200.760.07
HSL44.33º82.57%57.25%-
HSV(B)44.33º76.27%92.55%-
XYZ53.554.5111.44-
YUV187.8953.57162.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 56 (22.27% from 255) = 11.64%
R=49.06%
G=39.29%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361895600.200.760.0744.3382.5757.25
HexECBD380144C72c5339
Octal3542757002411475412371
Binary111011001011110111100001010010011001111011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD38; }

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

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

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

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

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

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

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

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