Html Css Color HEX #EBDC7B Light Goldenrod

📋 copy color: '#EBDC7B'

red 235 ◦ green 220 ◦ blue 123

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

Shades of Light Goldenrod #EBDC7B

Tints of Light Goldenrod #EBDC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 40.66%
G = 38.06%
B = 21.28%

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

#EBDC7B (or 0xEBDC7B) is known color: Light Goldenrod. HEX triplet: EB, DC and 7B. RGB value is (235,220,123). Sum of RGB (Red+Green+Blue) = 235+220+123=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7B is #142384. Grayscale: #D5D5D5. Windows color (decimal): -1319813 or 8117483. OLE color: 8117483.

HSL color Cylindrical-coordinate representation of color #EBDC7B: hue angle of 51.96º 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 #EBDC7B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 123 -
CMYK 0 0.06 0.48 0.08
HSL 51.96º 0.74% 0.7% -
HSV(B) 51.96º 0.48% 0.92% -
XYZ 63.43 70.28 28.96 -
YUV 213.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 235 220 123 0 0.06 0.48 0.08 51.96 0.74 0.7
Hex EB DC 7B 0 6 30 8 34 4A 46
Octal 353 334 173 0 6 60 10 64 112 106
Binary 11101011 11011100 1111011 0 110 110000 1000 110100 1001010 1000110

Color Harmonies of #EBDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC7B

Black with #EBDC7B

Text Example


Text Example

White with #EBDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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