Html Css Color HEX #EBE082 Light Goldenrod

📋 copy color: '#EBE082'

red 235 ◦ green 224 ◦ blue 130

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

Shades of Light Goldenrod #EBE082

Tints of Light Goldenrod #EBE082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 130 (51.17% from 255) = 22.07%

R = 39.9%
G = 38.03%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBE082 (or 0xEBE082) is known color: Light Goldenrod. HEX triplet: EB, E0 and 82. RGB value is (235,224,130). Sum of RGB (Red+Green+Blue) = 235+224+130=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE082 is #141F7D. Grayscale: #D8D8D8. Windows color (decimal): -1318782 or 8577259. OLE color: 8577259.

HSL color Cylindrical-coordinate representation of color #EBE082: hue angle of 53.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBE082 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 130 -
CMYK 0 0.05 0.45 0.08
HSL 53.71º 0.72% 0.72% -
HSV(B) 53.71º 0.45% 0.92% -
XYZ 64.95 72.59 31.71 -
YUV 216.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 235 224 130 0 0.05 0.45 0.08 53.71 0.72 0.72
Hex EB E0 82 0 5 2D 8 36 48 48
Octal 353 340 202 0 5 55 10 66 110 110
Binary 11101011 11100000 10000010 0 101 101101 1000 110110 1001000 1001000

Color Harmonies of #EBE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE082

Black with #EBE082

Text Example


Text Example

White with #EBE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE082; }

 p { color: rgb(235,224,130); }

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

background-color css

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

 a { background-color: rgb(235,224,130); }

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

border-color css

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

 span { border-color: rgb(235,224,130); }

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