#EFBF30

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

Shades of Bright Sun #EFBF30

Tints of Bright Sun #EFBF30

Color information

#EFBF30 (or 0xEFBF30) is unknown color: approx Bright Sun. HEX triplet: EF, BF and 30. RGB value is (239,191,48). Sum of RGB (Red+Green+Blue) = 239+191+48=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF30 is #1040CF. Grayscale: #BDBDBD. Windows color (decimal): -1065168 or 3194863. OLE color: 3194863.

HSL color Cylindrical-coordinate representation of color #EFBF30: hue angle of 44.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFBF30 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB23919148-
CMYK00.200.800.06
HSL44.92º85.65%56.27%-
HSV(B)44.92º79.92%93.73%-
XYZ54.7655.8310.69-
YUV189.0548.4163.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 48 (19.14% from 255) = 10.04%
R=50%
G=39.96%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391914800.200.800.0644.9285.6556.27
HexEFBF300145062d5638
Octal3572776002412065512670
Binary111011111011111111000001010010100001101011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF30; }

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

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

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

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

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

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

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

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