Html Css Color HEX #EFEAB0 Pale Goldenrod

📋 copy color: '#EFEAB0'

red 239 ◦ green 234 ◦ blue 176

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

Shades of Pale Goldenrod #EFEAB0

Tints of Pale Goldenrod #EFEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.12%

R = 36.83%
G = 36.06%
B = 27.12%

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

#EFEAB0 (or 0xEFEAB0) is known color: Pale Goldenrod. HEX triplet: EF, EA and B0. RGB value is (239,234,176). Sum of RGB (Red+Green+Blue) = 239+234+176=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAB0 is #10154F. Grayscale: #E5E5E5. Windows color (decimal): -1054032 or 11594479. OLE color: 11594479.

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

Color convert

RGB 239 234 176 -
CMYK 0 0.02 0.26 0.06
HSL 55.24º 0.66% 0.81% -
HSV(B) 55.24º 0.26% 0.94% -
XYZ 72.86 80.33 52.74 -
YUV 228.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 239 234 176 0 0.02 0.26 0.06 55.24 0.66 0.81
Hex EF EA B0 0 2 1A 6 37 42 51
Octal 357 352 260 0 2 32 6 67 102 121
Binary 11101111 11101010 10110000 0 10 11010 110 110111 1000010 1010001

Color Harmonies of #EFEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAB0

Black with #EFEAB0

Text Example


Text Example

White with #EFEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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