#EFBA2A

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

Shades of Bright Sun #EFBA2A

Tints of Bright Sun #EFBA2A

Color information

#EFBA2A (or 0xEFBA2A) is unknown color: approx Bright Sun. HEX triplet: EF, BA and 2A. RGB value is (239,186,42). Sum of RGB (Red+Green+Blue) = 239+186+42=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA2A is #1045D5. Grayscale: #BABABA. Windows color (decimal): -1066454 or 2800367. OLE color: 2800367.

HSL color Cylindrical-coordinate representation of color #EFBA2A: hue angle of 43.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFBA2A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23918642-
CMYK00.220.820.06
HSL43.86º86.03%55.1%-
HSV(B)43.86º82.43%93.73%-
XYZ53.5753.649.72-
YUV185.4347.06166.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 42 (16.80% from 255) = 8.99%
R=51.18%
G=39.83%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391864200.220.820.0643.8686.0355.1
HexEFBA2A0165262c5637
Octal3572725202612265412667
Binary111011111011101010101001011010100101101011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA2A; }

 p { color: rgb(239,186,42); }

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

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

 a { background-color: rgb(239,186,42); }

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

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

 span { border-color: rgb(239,186,42); }

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