Html Css Color HEX #EFE8B0 Pale Goldenrod

📋 copy color: '#EFE8B0'

red 239 ◦ green 232 ◦ blue 176

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

Shades of Pale Goldenrod #EFE8B0

Tints of Pale Goldenrod #EFE8B0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.86%

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

R = 36.94%
G = 35.86%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFE8B0 (or 0xEFE8B0) is known color: Pale Goldenrod. HEX triplet: EF, E8 and B0. RGB value is (239,232,176). Sum of RGB (Red+Green+Blue) = 239+232+176=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8B0 is #10174F. Grayscale: #E3E3E3. Windows color (decimal): -1054544 or 11593967. OLE color: 11593967.

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

Color convert

RGB 239 232 176 -
CMYK 0 0.03 0.26 0.06
HSL 53.33º 0.66% 0.81% -
HSV(B) 53.33º 0.26% 0.94% -
XYZ 72.29 79.2 52.55 -
YUV 227.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 239 232 176 0 0.03 0.26 0.06 53.33 0.66 0.81
Hex EF E8 B0 0 3 1A 6 35 42 51
Octal 357 350 260 0 3 32 6 65 102 121
Binary 11101111 11101000 10110000 0 11 11010 110 110101 1000010 1010001

Color Harmonies of #EFE8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8B0

Black with #EFE8B0

Text Example


Text Example

White with #EFE8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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