Html Css Color HEX #EBE2AF Pale Goldenrod

📋 copy color: '#EBE2AF'

red 235 ◦ green 226 ◦ blue 175

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

Shades of Pale Goldenrod #EBE2AF

Tints of Pale Goldenrod #EBE2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.53%

 BLUE value IS 175 (68.75% from 255) = 27.52%

R = 36.95%
G = 35.53%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBE2AF (or 0xEBE2AF) is known color: Pale Goldenrod. HEX triplet: EB, E2 and AF. RGB value is (235,226,175). Sum of RGB (Red+Green+Blue) = 235+226+175=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2AF is #141D50. Grayscale: #DFDFDF. Windows color (decimal): -1318225 or 11526891. OLE color: 11526891.

HSL color Cylindrical-coordinate representation of color #EBE2AF: hue angle of 51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBE2AF is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 175 -
CMYK 0 0.04 0.26 0.08
HSL 51º 0.6% 0.8% -
HSV(B) 51º 0.26% 0.92% -
XYZ 69.2 75.15 51.42 -
YUV 222.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 235 226 175 0 0.04 0.26 0.08 51 0.6 0.8
Hex EB E2 AF 0 4 1A 8 33 3C 50
Octal 353 342 257 0 4 32 10 63 74 120
Binary 11101011 11100010 10101111 0 100 11010 1000 110011 111100 1010000

Color Harmonies of #EBE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2AF

Black with #EBE2AF

Text Example


Text Example

White with #EBE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2AF; }

 p { color: rgb(235,226,175); }

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

background-color css

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

 a { background-color: rgb(235,226,175); }

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

border-color css

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

 span { border-color: rgb(235,226,175); }

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