Html Css Color HEX #EFE4AC Pale Goldenrod

📋 copy color: '#EFE4AC'

red 239 ◦ green 228 ◦ blue 172

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

Shades of Pale Goldenrod #EFE4AC

Tints of Pale Goldenrod #EFE4AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.92%

R = 37.4%
G = 35.68%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE4AC (or 0xEFE4AC) is known color: Pale Goldenrod. HEX triplet: EF, E4 and AC. RGB value is (239,228,172). Sum of RGB (Red+Green+Blue) = 239+228+172=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AC is #101B53. Grayscale: #E1E1E1. Windows color (decimal): -1055572 or 11330799. OLE color: 11330799.

HSL color Cylindrical-coordinate representation of color #EFE4AC: hue angle of 50.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE4AC is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 172 -
CMYK 0 0.05 0.28 0.06
HSL 50.15º 0.68% 0.81% -
HSV(B) 50.15º 0.28% 0.94% -
XYZ 70.79 76.82 50.13 -
YUV 224.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 239 228 172 0 0.05 0.28 0.06 50.15 0.68 0.81
Hex EF E4 AC 0 5 1C 6 32 44 51
Octal 357 344 254 0 5 34 6 62 104 121
Binary 11101111 11100100 10101100 0 101 11100 110 110010 1000100 1010001

Color Harmonies of #EFE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4AC

Black with #EFE4AC

Text Example


Text Example

White with #EFE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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