#EBB22F

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

Shades of Bright Sun #EBB22F

Tints of Bright Sun #EBB22F

Color information

#EBB22F (or 0xEBB22F) is unknown color: approx Bright Sun. HEX triplet: EB, B2 and 2F. RGB value is (235,178,47). Sum of RGB (Red+Green+Blue) = 235+178+47=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB22F is #144DD0. Grayscale: #B4B4B4. Windows color (decimal): -1330641 or 3125995. OLE color: 3125995.

HSL color Cylindrical-coordinate representation of color #EBB22F: hue angle of 41.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBB22F is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB23517847-
CMYK00.240.80.08
HSL41.81º82.46%55.29%-
HSV(B)41.81º80%92.16%-
XYZ50.6949.719.61-
YUV180.1152.88167.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 47 (18.75% from 255) = 10.22%
R=51.09%
G=38.70%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351784700.240.80.0841.8182.4655.29
HexEBB22F0185082a5237
Octal35326257030120105212267
Binary1110101110110010101111011000101000010001010101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB22F; }

 p { color: rgb(235,178,47); }

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

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

 a { background-color: rgb(235,178,47); }

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

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

 span { border-color: rgb(235,178,47); }

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