Html Css Color HEX #EBE4A5 Pale Goldenrod

📋 copy color: '#EBE4A5'

red 235 ◦ green 228 ◦ blue 165

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

Shades of Pale Goldenrod #EBE4A5

Tints of Pale Goldenrod #EBE4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.27%

R = 37.42%
G = 36.31%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBE4A5 (or 0xEBE4A5) is known color: Pale Goldenrod. HEX triplet: EB, E4 and A5. RGB value is (235,228,165). Sum of RGB (Red+Green+Blue) = 235+228+165=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4A5 is #141B5A. Grayscale: #DFDFDF. Windows color (decimal): -1317723 or 10872043. OLE color: 10872043.

HSL color Cylindrical-coordinate representation of color #EBE4A5: hue angle of 54º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE4A5 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 228 165 -
CMYK 0 0.03 0.30 0.08
HSL 54º 0.64% 0.78% -
HSV(B) 54º 0.3% 0.92% -
XYZ 68.8 75.87 46.61 -
YUV 222.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 235 228 165 0 0.03 0.30 0.08 54 0.64 0.78
Hex EB E4 A5 0 3 1E 8 36 40 4E
Octal 353 344 245 0 3 36 10 66 100 116
Binary 11101011 11100100 10100101 0 11 11110 1000 110110 1000000 1001110

Color Harmonies of #EBE4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4A5

Black with #EBE4A5

Text Example


Text Example

White with #EBE4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4A5; }

 p { color: rgb(235,228,165); }

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

background-color css

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

 a { background-color: rgb(235,228,165); }

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

border-color css

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

 span { border-color: rgb(235,228,165); }

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