#efba2e

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

Shades of Bright Sun #EFBA2E

Tints of Bright Sun #EFBA2E

Color information

#EFBA2E (or 0xEFBA2E) is unknown color: approx Bright Sun. HEX triplet: EF, BA and 2E. RGB value is (239,186,46). Sum of RGB (Red+Green+Blue) = 239+186+46=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA2E is #1045D1. Grayscale: #BABABA. Windows color (decimal): -1066450 or 3062511. OLE color: 3062511.

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

Color convert

RGB23918646-
CMYK00.220.810.06
HSL43.52º85.78%55.88%-
HSV(B)43.52º80.75%93.73%-
XYZ53.6553.6710.12-
YUV185.8949.06165.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 46 (18.36% from 255) = 9.77%
R=50.74%
G=39.49%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391864600.220.810.0643.5285.7855.88
HexEFBA2E0165162c5638
Octal3572725602612165412670
Binary111011111011101010111001011010100011101011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efba2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efba2e; }

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

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

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

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

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

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

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

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