Html Css Color HEX #EFE8AF Pale Goldenrod

📋 copy color: '#EFE8AF'

red 239 ◦ green 232 ◦ blue 175

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

Shades of Pale Goldenrod #EFE8AF

Tints of Pale Goldenrod #EFE8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.91%

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 37%
G = 35.91%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFE8AF (or 0xEFE8AF) is known color: Pale Goldenrod. HEX triplet: EF, E8 and AF. RGB value is (239,232,175). Sum of RGB (Red+Green+Blue) = 239+232+175=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AF is #101750. Grayscale: #E3E3E3. Windows color (decimal): -1054545 or 11528431. OLE color: 11528431.

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

Color convert

RGB 239 232 175 -
CMYK 0 0.03 0.27 0.06
HSL 53.44º 0.67% 0.81% -
HSV(B) 53.44º 0.27% 0.94% -
XYZ 72.19 79.16 52.03 -
YUV 227.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 239 232 175 0 0.03 0.27 0.06 53.44 0.67 0.81
Hex EF E8 AF 0 3 1B 6 35 43 51
Octal 357 350 257 0 3 33 6 65 103 121
Binary 11101111 11101000 10101111 0 11 11011 110 110101 1000011 1010001

Color Harmonies of #EFE8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8AF

Black with #EFE8AF

Text Example


Text Example

White with #EFE8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8AF; }

 p { color: rgb(239,232,175); }

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

background-color css

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

 a { background-color: rgb(239,232,175); }

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

border-color css

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

 span { border-color: rgb(239,232,175); }

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