#EFBD2D

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

Shades of Bright Sun #EFBD2D

Tints of Bright Sun #EFBD2D

Color information

#EFBD2D (or 0xEFBD2D) is unknown color: approx Bright Sun. HEX triplet: EF, BD and 2D. RGB value is (239,189,45). Sum of RGB (Red+Green+Blue) = 239+189+45=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD2D is #1042D2. Grayscale: #BCBCBC. Windows color (decimal): -1065683 or 2997743. OLE color: 2997743.

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

Color convert

RGB23918945-
CMYK00.210.810.06
HSL44.54º85.84%55.69%-
HSV(B)44.54º81.17%93.73%-
XYZ54.2754.9410.23-
YUV187.5347.56164.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 45 (17.97% from 255) = 9.51%
R=50.53%
G=39.96%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391894500.210.810.0644.5485.8455.69
HexEFBD2D0155162d5638
Octal3572755502512165512670
Binary111011111011110110110101010110100011101011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD2D; }

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

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

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

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

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

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

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

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