Html Css Color HEX #EBDC7C Light Goldenrod

📋 copy color: '#EBDC7C'

red 235 ◦ green 220 ◦ blue 124

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

Shades of Light Goldenrod #EBDC7C

Tints of Light Goldenrod #EBDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 40.59%
G = 38%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBDC7C (or 0xEBDC7C) is known color: Light Goldenrod. HEX triplet: EB, DC and 7C. RGB value is (235,220,124). Sum of RGB (Red+Green+Blue) = 235+220+124=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7C is #142383. Grayscale: #D5D5D5. Windows color (decimal): -1319812 or 8183019. OLE color: 8183019.

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

Color convert

RGB 235 220 124 -
CMYK 0 0.06 0.47 0.08
HSL 51.89º 0.74% 0.7% -
HSV(B) 51.89º 0.47% 0.92% -
XYZ 63.49 70.3 29.29 -
YUV 213.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 235 220 124 0 0.06 0.47 0.08 51.89 0.74 0.7
Hex EB DC 7C 0 6 2F 8 34 4A 46
Octal 353 334 174 0 6 57 10 64 112 106
Binary 11101011 11011100 1111100 0 110 101111 1000 110100 1001010 1000110

Color Harmonies of #EBDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC7C

Black with #EBDC7C

Text Example


Text Example

White with #EBDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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