Html Css Color HEX #EBE69D Pale Goldenrod

📋 copy color: '#EBE69D'

red 235 ◦ green 230 ◦ blue 157

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

Shades of Pale Goldenrod #EBE69D

Tints of Pale Goldenrod #EBE69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.24%

R = 37.78%
G = 36.98%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBE69D (or 0xEBE69D) is known color: Pale Goldenrod. HEX triplet: EB, E6 and 9D. RGB value is (235,230,157). Sum of RGB (Red+Green+Blue) = 235+230+157=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE69D is #141962. Grayscale: #DFDFDF. Windows color (decimal): -1317219 or 10348267. OLE color: 10348267.

HSL color Cylindrical-coordinate representation of color #EBE69D: hue angle of 56.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBE69D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 157 -
CMYK 0 0.02 0.33 0.08
HSL 56.15º 0.66% 0.77% -
HSV(B) 56.15º 0.33% 0.92% -
XYZ 68.64 76.69 43.08 -
YUV 223.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 235 230 157 0 0.02 0.33 0.08 56.15 0.66 0.77
Hex EB E6 9D 0 2 21 8 38 42 4D
Octal 353 346 235 0 2 41 10 70 102 115
Binary 11101011 11100110 10011101 0 10 100001 1000 111000 1000010 1001101

Color Harmonies of #EBE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE69D

Black with #EBE69D

Text Example


Text Example

White with #EBE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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