Html Css Color HEX #EBDC7A Light Goldenrod

📋 copy color: '#EBDC7A'

red 235 ◦ green 220 ◦ blue 122

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

Shades of Light Goldenrod #EBDC7A

Tints of Light Goldenrod #EBDC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 122 (48.05% from 255) = 21.14%

R = 40.73%
G = 38.13%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBDC7A (or 0xEBDC7A) is known color: Light Goldenrod. HEX triplet: EB, DC and 7A. RGB value is (235,220,122). Sum of RGB (Red+Green+Blue) = 235+220+122=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7A is #142385. Grayscale: #D5D5D5. Windows color (decimal): -1319814 or 8051947. OLE color: 8051947.

HSL color Cylindrical-coordinate representation of color #EBDC7A: hue angle of 52.04º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBDC7A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 122 -
CMYK 0 0.06 0.48 0.08
HSL 52.04º 0.74% 0.7% -
HSV(B) 52.04º 0.48% 0.92% -
XYZ 63.37 70.25 28.63 -
YUV 213.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 235 220 122 0 0.06 0.48 0.08 52.04 0.74 0.7
Hex EB DC 7A 0 6 30 8 34 4A 46
Octal 353 334 172 0 6 60 10 64 112 106
Binary 11101011 11011100 1111010 0 110 110000 1000 110100 1001010 1000110

Color Harmonies of #EBDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC7A

Black with #EBDC7A

Text Example


Text Example

White with #EBDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC7A; }

 p { color: rgb(235,220,122); }

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

background-color css

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

 a { background-color: rgb(235,220,122); }

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

border-color css

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

 span { border-color: rgb(235,220,122); }

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