Html Css Color HEX #EFE6AF Pale Goldenrod

📋 copy color: '#EFE6AF'

red 239 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #EFE6AF

Tints of Pale Goldenrod #EFE6AF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.71%

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

R = 37.11%
G = 35.71%
B = 27.17%

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

#EFE6AF (or 0xEFE6AF) is known color: Pale Goldenrod. HEX triplet: EF, E6 and AF. RGB value is (239,230,175). Sum of RGB (Red+Green+Blue) = 239+230+175=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6AF is #101950. Grayscale: #E2E2E2. Windows color (decimal): -1055057 or 11527919. OLE color: 11527919.

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

Color convert

RGB 239 230 175 -
CMYK 0 0.04 0.27 0.06
HSL 51.56º 0.67% 0.81% -
HSV(B) 51.56º 0.27% 0.94% -
XYZ 71.63 78.04 51.85 -
YUV 226.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 239 230 175 0 0.04 0.27 0.06 51.56 0.67 0.81
Hex EF E6 AF 0 4 1B 6 34 43 51
Octal 357 346 257 0 4 33 6 64 103 121
Binary 11101111 11100110 10101111 0 100 11011 110 110100 1000011 1010001

Color Harmonies of #EFE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6AF

Black with #EFE6AF

Text Example


Text Example

White with #EFE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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