Html Css Color HEX #EBE3AD Pale Goldenrod

📋 copy color: '#EBE3AD'

red 235 ◦ green 227 ◦ blue 173

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

Shades of Pale Goldenrod #EBE3AD

Tints of Pale Goldenrod #EBE3AD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 37.01%
G = 35.75%
B = 27.24%

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

#EBE3AD (or 0xEBE3AD) is known color: Pale Goldenrod. HEX triplet: EB, E3 and AD. RGB value is (235,227,173). Sum of RGB (Red+Green+Blue) = 235+227+173=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3AD is #141C52. Grayscale: #DFDFDF. Windows color (decimal): -1317971 or 11396075. OLE color: 11396075.

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

Color convert

RGB 235 227 173 -
CMYK 0 0.03 0.26 0.08
HSL 52.26º 0.61% 0.8% -
HSV(B) 52.26º 0.26% 0.92% -
XYZ 69.27 75.62 50.48 -
YUV 223.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 235 227 173 0 0.03 0.26 0.08 52.26 0.61 0.8
Hex EB E3 AD 0 3 1A 8 34 3D 50
Octal 353 343 255 0 3 32 10 64 75 120
Binary 11101011 11100011 10101101 0 11 11010 1000 110100 111101 1010000

Color Harmonies of #EBE3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3AD

Black with #EBE3AD

Text Example


Text Example

White with #EBE3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3AD; }

 p { color: rgb(235,227,173); }

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

background-color css

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

 a { background-color: rgb(235,227,173); }

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

border-color css

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

 span { border-color: rgb(235,227,173); }

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