Html Css Color HEX #EFE4AF Pale Goldenrod

📋 copy color: '#EFE4AF'

red 239 ◦ green 228 ◦ blue 175

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

Shades of Pale Goldenrod #EFE4AF

Tints of Pale Goldenrod #EFE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.51%

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

R = 37.23%
G = 35.51%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFE4AF (or 0xEFE4AF) is known color: Pale Goldenrod. HEX triplet: EF, E4 and AF. RGB value is (239,228,175). Sum of RGB (Red+Green+Blue) = 239+228+175=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AF is #101B50. Grayscale: #E1E1E1. Windows color (decimal): -1055569 or 11527407. OLE color: 11527407.

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

Color convert

RGB 239 228 175 -
CMYK 0 0.05 0.27 0.06
HSL 49.69º 0.67% 0.81% -
HSV(B) 49.69º 0.27% 0.94% -
XYZ 71.08 76.93 51.66 -
YUV 225.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 239 228 175 0 0.05 0.27 0.06 49.69 0.67 0.81
Hex EF E4 AF 0 5 1B 6 32 43 51
Octal 357 344 257 0 5 33 6 62 103 121
Binary 11101111 11100100 10101111 0 101 11011 110 110010 1000011 1010001

Color Harmonies of #EFE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4AF

Black with #EFE4AF

Text Example


Text Example

White with #EFE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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