#EFB12D

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

Shades of Bright Sun #EFB12D

Tints of Bright Sun #EFB12D

Color information

#EFB12D (or 0xEFB12D) is unknown color: approx Bright Sun. HEX triplet: EF, B1 and 2D. RGB value is (239,177,45). Sum of RGB (Red+Green+Blue) = 239+177+45=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB12D is #104ED2. Grayscale: #B5B5B5. Windows color (decimal): -1068755 or 2994671. OLE color: 2994671.

HSL color Cylindrical-coordinate representation of color #EFB12D: hue angle of 40.82º 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 #EFB12D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23917745-
CMYK00.260.810.06
HSL40.82º85.84%55.69%-
HSV(B)40.82º81.17%93.73%-
XYZ51.7949.989.4-
YUV180.4951.54169.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 45 (17.97% from 255) = 9.76%
R=51.84%
G=38.39%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391774500.260.810.0640.8285.8455.69
HexEFB12D01A516295638
Octal3572615503212165112670
Binary111011111011000110110101101010100011101010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB12D; }

 p { color: rgb(239,177,45); }

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

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

 a { background-color: rgb(239,177,45); }

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

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

 span { border-color: rgb(239,177,45); }

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