Html Css Color HEX #EFE7AF Pale Goldenrod

📋 copy color: '#EFE7AF'

red 239 ◦ green 231 ◦ blue 175

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

Shades of Pale Goldenrod #EFE7AF

Tints of Pale Goldenrod #EFE7AF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.81%

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

R = 37.05%
G = 35.81%
B = 27.13%

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

#EFE7AF (or 0xEFE7AF) is known color: Pale Goldenrod. HEX triplet: EF, E7 and AF. RGB value is (239,231,175). Sum of RGB (Red+Green+Blue) = 239+231+175=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AF is #101850. Grayscale: #E3E3E3. Windows color (decimal): -1054801 or 11528175. OLE color: 11528175.

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

Color convert

RGB 239 231 175 -
CMYK 0 0.03 0.27 0.06
HSL 52.5º 0.67% 0.81% -
HSV(B) 52.5º 0.27% 0.94% -
XYZ 71.91 78.6 51.94 -
YUV 227.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 239 231 175 0 0.03 0.27 0.06 52.5 0.67 0.81
Hex EF E7 AF 0 3 1B 6 34 43 51
Octal 357 347 257 0 3 33 6 64 103 121
Binary 11101111 11100111 10101111 0 11 11011 110 110100 1000011 1010001

Color Harmonies of #EFE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7AF

Black with #EFE7AF

Text Example


Text Example

White with #EFE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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