Html Css Color HEX #EFEAB2 Pale Goldenrod

📋 copy color: '#EFEAB2'

red 239 ◦ green 234 ◦ blue 178

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

Shades of Pale Goldenrod #EFEAB2

Tints of Pale Goldenrod #EFEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

 BLUE value IS 178 (69.92% from 255) = 27.34%

R = 36.71%
G = 35.94%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFEAB2 (or 0xEFEAB2) is known color: Pale Goldenrod. HEX triplet: EF, EA and B2. RGB value is (239,234,178). Sum of RGB (Red+Green+Blue) = 239+234+178=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAB2 is #10154D. Grayscale: #E5E5E5. Windows color (decimal): -1054030 or 11725551. OLE color: 11725551.

HSL color Cylindrical-coordinate representation of color #EFEAB2: hue angle of 55.08º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFEAB2 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 178 -
CMYK 0 0.02 0.26 0.06
HSL 55.08º 0.66% 0.82% -
HSV(B) 55.08º 0.26% 0.94% -
XYZ 73.06 80.41 53.79 -
YUV 229.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 239 234 178 0 0.02 0.26 0.06 55.08 0.66 0.82
Hex EF EA B2 0 2 1A 6 37 42 52
Octal 357 352 262 0 2 32 6 67 102 122
Binary 11101111 11101010 10110010 0 10 11010 110 110111 1000010 1010010

Color Harmonies of #EFEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAB2

Black with #EFEAB2

Text Example


Text Example

White with #EFEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAB2; }

 p { color: rgb(239,234,178); }

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

background-color css

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

 a { background-color: rgb(239,234,178); }

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

border-color css

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

 span { border-color: rgb(239,234,178); }

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