Html Css Color HEX #EFE385 Light Goldenrod

📋 copy color: '#EFE385'

red 239 ◦ green 227 ◦ blue 133

#EFE385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #EFE385

Tints of Light Goldenrod #EFE385

RGB

 RED value IS 239 (93.75% from 255) = 39.9%

 GREEN value IS 227 (89.06% from 255) = 37.9%

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 39.9%
G = 37.9%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE385 (or 0xEFE385) is known color: Light Goldenrod. HEX triplet: EF, E3 and 85. RGB value is (239,227,133). Sum of RGB (Red+Green+Blue) = 239+227+133=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE385 is #101C7A. Grayscale: #DCDCDC. Windows color (decimal): -1055867 or 8774639. OLE color: 8774639.

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

Color convert

RGB 239 227 133 -
CMYK 0 0.05 0.44 0.06
HSL 53.21º 0.77% 0.73% -
HSV(B) 53.21º 0.44% 0.94% -
XYZ 67.3 74.98 33.12 -
YUV 219.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 239 227 133 0 0.05 0.44 0.06 53.21 0.77 0.73
Hex EF E3 85 0 5 2C 6 35 4D 49
Octal 357 343 205 0 5 54 6 65 115 111
Binary 11101111 11100011 10000101 0 101 101100 110 110101 1001101 1001001

Color Harmonies of #EFE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE385

Black with #EFE385

Text Example


Text Example

White with #EFE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE385; }

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

 H1.HeaderClassName
 {
   color: #EFE385;
 }
 .AnyTagClassName
 {
   color: #EFE385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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