Html Css Color HEX #EFE2AC Pale Goldenrod

📋 copy color: '#EFE2AC'

red 239 ◦ green 226 ◦ blue 172

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

Shades of Pale Goldenrod #EFE2AC

Tints of Pale Goldenrod #EFE2AC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.48%

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

R = 37.52%
G = 35.48%
B = 27%

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

#EFE2AC (or 0xEFE2AC) is known color: Pale Goldenrod. HEX triplet: EF, E2 and AC. RGB value is (239,226,172). Sum of RGB (Red+Green+Blue) = 239+226+172=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AC is #101D53. Grayscale: #DFDFDF. Windows color (decimal): -1056084 or 11330287. OLE color: 11330287.

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

Color convert

RGB 239 226 172 -
CMYK 0 0.05 0.28 0.06
HSL 48.36º 0.68% 0.81% -
HSV(B) 48.36º 0.28% 0.94% -
XYZ 70.24 75.72 49.94 -
YUV 223.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 239 226 172 0 0.05 0.28 0.06 48.36 0.68 0.81
Hex EF E2 AC 0 5 1C 6 30 44 51
Octal 357 342 254 0 5 34 6 60 104 121
Binary 11101111 11100010 10101100 0 101 11100 110 110000 1000100 1010001

Color Harmonies of #EFE2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2AC

Black with #EFE2AC

Text Example


Text Example

White with #EFE2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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