Html Css Color HEX #EFE9AF Pale Goldenrod

📋 copy color: '#EFE9AF'

red 239 ◦ green 233 ◦ blue 175

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

Shades of Pale Goldenrod #EFE9AF

Tints of Pale Goldenrod #EFE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.01%

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

R = 36.94%
G = 36.01%
B = 27.05%

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

#EFE9AF (or 0xEFE9AF) is known color: Pale Goldenrod. HEX triplet: EF, E9 and AF. RGB value is (239,233,175). Sum of RGB (Red+Green+Blue) = 239+233+175=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AF is #101650. Grayscale: #E4E4E4. Windows color (decimal): -1054289 or 11528687. OLE color: 11528687.

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

Color convert

RGB 239 233 175 -
CMYK 0 0.03 0.27 0.06
HSL 54.38º 0.67% 0.81% -
HSV(B) 54.38º 0.27% 0.94% -
XYZ 72.47 79.72 52.13 -
YUV 228.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 239 233 175 0 0.03 0.27 0.06 54.38 0.67 0.81
Hex EF E9 AF 0 3 1B 6 36 43 51
Octal 357 351 257 0 3 33 6 66 103 121
Binary 11101111 11101001 10101111 0 11 11011 110 110110 1000011 1010001

Color Harmonies of #EFE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9AF

Black with #EFE9AF

Text Example


Text Example

White with #EFE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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