Html Css Color HEX #EFEAB5 Pale Goldenrod

📋 copy color: '#EFEAB5'

red 239 ◦ green 234 ◦ blue 181

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

Shades of Pale Goldenrod #EFEAB5

Tints of Pale Goldenrod #EFEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.68%

R = 36.54%
G = 35.78%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFEAB5 (or 0xEFEAB5) is known color: Pale Goldenrod. HEX triplet: EF, EA and B5. RGB value is (239,234,181). Sum of RGB (Red+Green+Blue) = 239+234+181=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAB5 is #10154A. Grayscale: #E5E5E5. Windows color (decimal): -1054027 or 11922159. OLE color: 11922159.

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

Color convert

RGB 239 234 181 -
CMYK 0 0.02 0.24 0.06
HSL 54.83º 0.64% 0.82% -
HSV(B) 54.83º 0.24% 0.94% -
XYZ 73.36 80.53 55.39 -
YUV 229.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 239 234 181 0 0.02 0.24 0.06 54.83 0.64 0.82
Hex EF EA B5 0 2 18 6 37 40 52
Octal 357 352 265 0 2 30 6 67 100 122
Binary 11101111 11101010 10110101 0 10 11000 110 110111 1000000 1010010

Color Harmonies of #EFEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAB5

Black with #EFEAB5

Text Example


Text Example

White with #EFEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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