#EFE383

Color #EFE383 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EFE383

Tints of Light Goldenrod #EFE383

Color information

#EFE383 (or 0xEFE383) is unknown color: approx Light Goldenrod. HEX triplet: EF, E3 and 83. RGB value is (239,227,131). Sum of RGB (Red+Green+Blue) = 239+227+131=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE383 is #101C7C. Grayscale: #DCDCDC. Windows color (decimal): -1055869 or 8643567. OLE color: 8643567.

HSL color Cylindrical-coordinate representation of color #EFE383: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFE383 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239227131-
CMYK00.050.450.06
HSL53.33º77.14%72.55%-
HSV(B)53.33º45.19%93.73%-
XYZ67.1674.9332.4-
YUV219.6477.98141.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 131 (51.56% from 255) = 21.94%
R=40.03%
G=38.02%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922713100.050.450.0653.3377.1472.55
HexEFE383052D6354d49
Octal3573432030555665115111
Binary111011111110001110000011010110110111011010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE383; }

 p { color: rgb(239,227,131); }

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

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

 a { background-color: rgb(239,227,131); }

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

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

 span { border-color: rgb(239,227,131); }

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