Html Css Color HEX #EFE4B2 Pale Goldenrod

📋 copy color: '#EFE4B2'

red 239 ◦ green 228 ◦ blue 178

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

Shades of Pale Goldenrod #EFE4B2

Tints of Pale Goldenrod #EFE4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.35%

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

R = 37.05%
G = 35.35%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFE4B2 (or 0xEFE4B2) is known color: Pale Goldenrod. HEX triplet: EF, E4 and B2. RGB value is (239,228,178). Sum of RGB (Red+Green+Blue) = 239+228+178=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4B2 is #101B4D. Grayscale: #E1E1E1. Windows color (decimal): -1055566 or 11724015. OLE color: 11724015.

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

Color convert

RGB 239 228 178 -
CMYK 0 0.05 0.26 0.06
HSL 49.18º 0.66% 0.82% -
HSV(B) 49.18º 0.26% 0.94% -
XYZ 71.38 77.05 53.23 -
YUV 225.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 239 228 178 0 0.05 0.26 0.06 49.18 0.66 0.82
Hex EF E4 B2 0 5 1A 6 31 42 52
Octal 357 344 262 0 5 32 6 61 102 122
Binary 11101111 11100100 10110010 0 101 11010 110 110001 1000010 1010010

Color Harmonies of #EFE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4B2

Black with #EFE4B2

Text Example


Text Example

White with #EFE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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