#EBBD24

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

Shades of Bright Sun #EBBD24

Tints of Bright Sun #EBBD24

Color information

#EBBD24 (or 0xEBBD24) is unknown color: approx Bright Sun. HEX triplet: EB, BD and 24. RGB value is (235,189,36). Sum of RGB (Red+Green+Blue) = 235+189+36=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD24 is #1442DB. Grayscale: #B9B9B9. Windows color (decimal): -1327836 or 2407915. OLE color: 2407915.

HSL color Cylindrical-coordinate representation of color #EBBD24: hue angle of 46.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBBD24 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB23518936-
CMYK00.200.850.08
HSL46.13º83.26%53.14%-
HSV(B)46.13º84.68%92.16%-
XYZ52.7854.189.35-
YUV185.3143.74163.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 36 (14.45% from 255) = 7.83%
R=51.09%
G=41.09%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351893600.200.850.0846.1383.2653.14
HexEBBD240145582e5335
Octal35327544024125105612365
Binary1110101110111101100100010100101010110001011101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD24; }

 p { color: rgb(235,189,36); }

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

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

 a { background-color: rgb(235,189,36); }

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

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

 span { border-color: rgb(235,189,36); }

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