Html Css Color HEX #EBE5AF Pale Goldenrod

📋 copy color: '#EBE5AF'

red 235 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #EBE5AF

Tints of Pale Goldenrod #EBE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.84%

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

R = 36.78%
G = 35.84%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBE5AF (or 0xEBE5AF) is known color: Pale Goldenrod. HEX triplet: EB, E5 and AF. RGB value is (235,229,175). Sum of RGB (Red+Green+Blue) = 235+229+175=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AF is #141A50. Grayscale: #E0E0E0. Windows color (decimal): -1317457 or 11527659. OLE color: 11527659.

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

Color convert

RGB 235 229 175 -
CMYK 0 0.03 0.26 0.08
HSL 54º 0.6% 0.8% -
HSV(B) 54º 0.26% 0.92% -
XYZ 70.02 76.8 51.69 -
YUV 224.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 235 229 175 0 0.03 0.26 0.08 54 0.6 0.8
Hex EB E5 AF 0 3 1A 8 36 3C 50
Octal 353 345 257 0 3 32 10 66 74 120
Binary 11101011 11100101 10101111 0 11 11010 1000 110110 111100 1010000

Color Harmonies of #EBE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5AF

Black with #EBE5AF

Text Example


Text Example

White with #EBE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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