Html Css Color HEX #EFEBA2 Pale Goldenrod

📋 copy color: '#EFEBA2'

red 239 ◦ green 235 ◦ blue 162

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

Shades of Pale Goldenrod #EFEBA2

Tints of Pale Goldenrod #EFEBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 162 (63.67% from 255) = 25.47%

R = 37.58%
G = 36.95%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFEBA2 (or 0xEFEBA2) is known color: Pale Goldenrod. HEX triplet: EF, EB and A2. RGB value is (239,235,162). Sum of RGB (Red+Green+Blue) = 239+235+162=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA2 is #10145D. Grayscale: #E4E4E4. Windows color (decimal): -1053790 or 10677231. OLE color: 10677231.

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

Color convert

RGB 239 235 162 -
CMYK 0 0.02 0.32 0.06
HSL 56.88º 0.71% 0.79% -
HSV(B) 56.88º 0.32% 0.94% -
XYZ 71.83 80.38 45.91 -
YUV 227.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 239 235 162 0 0.02 0.32 0.06 56.88 0.71 0.79
Hex EF EB A2 0 2 20 6 39 47 4F
Octal 357 353 242 0 2 40 6 71 107 117
Binary 11101111 11101011 10100010 0 10 100000 110 111001 1000111 1001111

Color Harmonies of #EFEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBA2

Black with #EFEBA2

Text Example


Text Example

White with #EFEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBA2; }

 p { color: rgb(239,235,162); }

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

background-color css

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

 a { background-color: rgb(239,235,162); }

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

border-color css

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

 span { border-color: rgb(239,235,162); }

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