Html Css Color HEX #EBE6AF Pale Goldenrod

📋 copy color: '#EBE6AF'

red 235 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #EBE6AF

Tints of Pale Goldenrod #EBE6AF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

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

R = 36.72%
G = 35.94%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBE6AF (or 0xEBE6AF) is known color: Pale Goldenrod. HEX triplet: EB, E6 and AF. RGB value is (235,230,175). Sum of RGB (Red+Green+Blue) = 235+230+175=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AF is #141950. Grayscale: #E1E1E1. Windows color (decimal): -1317201 or 11527915. OLE color: 11527915.

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

Color convert

RGB 235 230 175 -
CMYK 0 0.02 0.26 0.08
HSL 55º 0.6% 0.8% -
HSV(B) 55º 0.26% 0.92% -
XYZ 70.3 77.35 51.78 -
YUV 225.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 235 230 175 0 0.02 0.26 0.08 55 0.6 0.8
Hex EB E6 AF 0 2 1A 8 37 3C 50
Octal 353 346 257 0 2 32 10 67 74 120
Binary 11101011 11100110 10101111 0 10 11010 1000 110111 111100 1010000

Color Harmonies of #EBE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6AF

Black with #EBE6AF

Text Example


Text Example

White with #EBE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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