#e0bf30

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

Shades of Bright Sun #E0BF30

Tints of Bright Sun #E0BF30

Color information

#E0BF30 (or 0xE0BF30) is unknown color: approx Bright Sun. HEX triplet: E0, BF and 30. RGB value is (224,191,48). Sum of RGB (Red+Green+Blue) = 224+191+48=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF30 is #1F40CF. Grayscale: #B9B9B9. Windows color (decimal): -2048208 or 3194848. OLE color: 3194848.

HSL color Cylindrical-coordinate representation of color #E0BF30: hue angle of 48.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0BF30 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB22419148-
CMYK00.150.790.12
HSL48.75º73.95%53.33%-
HSV(B)48.75º78.57%87.84%-
XYZ49.953.3210.46-
YUV184.5650.93156.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 48 (19.14% from 255) = 10.37%
R=48.38%
G=41.25%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241914800.150.790.1248.7573.9553.33
HexE0BF300F4FC314a35
Octal34027760017117146111265
Binary111000001011111111000001111100111111001100011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bf30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bf30; }

 p { color: rgb(224,191,48); }

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

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

 a { background-color: rgb(224,191,48); }

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

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

 span { border-color: rgb(224,191,48); }

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