Html Css Color HEX #EBDC77 Light Goldenrod

📋 copy color: '#EBDC77'

red 235 ◦ green 220 ◦ blue 119

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

Shades of Light Goldenrod #EBDC77

Tints of Light Goldenrod #EBDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.73%

R = 40.94%
G = 38.33%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBDC77 (or 0xEBDC77) is known color: Light Goldenrod. HEX triplet: EB, DC and 77. RGB value is (235,220,119). Sum of RGB (Red+Green+Blue) = 235+220+119=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC77 is #142388. Grayscale: #D5D5D5. Windows color (decimal): -1319817 or 7855339. OLE color: 7855339.

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

Color convert

RGB 235 220 119 -
CMYK 0 0.06 0.49 0.08
HSL 52.24º 0.74% 0.69% -
HSV(B) 52.24º 0.49% 0.92% -
XYZ 63.18 70.18 27.67 -
YUV 212.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 235 220 119 0 0.06 0.49 0.08 52.24 0.74 0.69
Hex EB DC 77 0 6 31 8 34 4A 45
Octal 353 334 167 0 6 61 10 64 112 105
Binary 11101011 11011100 1110111 0 110 110001 1000 110100 1001010 1000101

Color Harmonies of #EBDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC77

Black with #EBDC77

Text Example


Text Example

White with #EBDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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