Html Css Color HEX #EBDC7D Light Goldenrod

📋 copy color: '#EBDC7D'

red 235 ◦ green 220 ◦ blue 125

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

Shades of Light Goldenrod #EBDC7D

Tints of Light Goldenrod #EBDC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.55%

R = 40.52%
G = 37.93%
B = 21.55%

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

#EBDC7D (or 0xEBDC7D) is known color: Light Goldenrod. HEX triplet: EB, DC and 7D. RGB value is (235,220,125). Sum of RGB (Red+Green+Blue) = 235+220+125=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7D is #142382. Grayscale: #D6D6D6. Windows color (decimal): -1319811 or 8248555. OLE color: 8248555.

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

Color convert

RGB 235 220 125 -
CMYK 0 0.06 0.47 0.08
HSL 51.82º 0.73% 0.71% -
HSV(B) 51.82º 0.47% 0.92% -
XYZ 63.56 70.33 29.63 -
YUV 213.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 235 220 125 0 0.06 0.47 0.08 51.82 0.73 0.71
Hex EB DC 7D 0 6 2F 8 34 49 47
Octal 353 334 175 0 6 57 10 64 111 107
Binary 11101011 11011100 1111101 0 110 101111 1000 110100 1001001 1000111

Color Harmonies of #EBDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC7D

Black with #EBDC7D

Text Example


Text Example

White with #EBDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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