Html Css Color HEX #EBE3AF Pale Goldenrod

📋 copy color: '#EBE3AF'

red 235 ◦ green 227 ◦ blue 175

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

Shades of Pale Goldenrod #EBE3AF

Tints of Pale Goldenrod #EBE3AF

RGB

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

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

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

R = 36.89%
G = 35.64%
B = 27.47%

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

#EBE3AF (or 0xEBE3AF) is known color: Pale Goldenrod. HEX triplet: EB, E3 and AF. RGB value is (235,227,175). Sum of RGB (Red+Green+Blue) = 235+227+175=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3AF is #141C50. Grayscale: #DFDFDF. Windows color (decimal): -1317969 or 11527147. OLE color: 11527147.

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

Color convert

RGB 235 227 175 -
CMYK 0 0.03 0.26 0.08
HSL 52º 0.6% 0.8% -
HSV(B) 52º 0.26% 0.92% -
XYZ 69.47 75.7 51.51 -
YUV 223.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 235 227 175 0 0.03 0.26 0.08 52 0.6 0.8
Hex EB E3 AF 0 3 1A 8 34 3C 50
Octal 353 343 257 0 3 32 10 64 74 120
Binary 11101011 11100011 10101111 0 11 11010 1000 110100 111100 1010000

Color Harmonies of #EBE3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3AF

Black with #EBE3AF

Text Example


Text Example

White with #EBE3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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