Html Css Color HEX #EFE5AF Pale Goldenrod

📋 copy color: '#EFE5AF'

red 239 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #EFE5AF

Tints of Pale Goldenrod #EFE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.61%

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

R = 37.17%
G = 35.61%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFE5AF (or 0xEFE5AF) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AF. RGB value is (239,229,175). Sum of RGB (Red+Green+Blue) = 239+229+175=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AF is #101A50. Grayscale: #E2E2E2. Windows color (decimal): -1055313 or 11527663. OLE color: 11527663.

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

Color convert

RGB 239 229 175 -
CMYK 0 0.04 0.27 0.06
HSL 50.63º 0.67% 0.81% -
HSV(B) 50.63º 0.27% 0.94% -
XYZ 71.35 77.48 51.75 -
YUV 225.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 239 229 175 0 0.04 0.27 0.06 50.63 0.67 0.81
Hex EF E5 AF 0 4 1B 6 33 43 51
Octal 357 345 257 0 4 33 6 63 103 121
Binary 11101111 11100101 10101111 0 100 11011 110 110011 1000011 1010001

Color Harmonies of #EFE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5AF

Black with #EFE5AF

Text Example


Text Example

White with #EFE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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