Html Css Color HEX #EFE382 Light Goldenrod

📋 copy color: '#EFE382'

red 239 ◦ green 227 ◦ blue 130

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

Shades of Light Goldenrod #EFE382

Tints of Light Goldenrod #EFE382

RGB

 RED value IS 239 (93.75% from 255) = 40.1%

 GREEN value IS 227 (89.06% from 255) = 38.09%

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

R = 40.1%
G = 38.09%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE382 (or 0xEFE382) is known color: Light Goldenrod. HEX triplet: EF, E3 and 82. RGB value is (239,227,130). Sum of RGB (Red+Green+Blue) = 239+227+130=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE382 is #101C7D. Grayscale: #DBDBDB. Windows color (decimal): -1055870 or 8578031. OLE color: 8578031.

HSL color Cylindrical-coordinate representation of color #EFE382: hue angle of 53.39º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFE382 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 130 -
CMYK 0 0.05 0.46 0.06
HSL 53.39º 0.77% 0.72% -
HSV(B) 53.39º 0.46% 0.94% -
XYZ 67.09 74.9 32.04 -
YUV 219.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 239 227 130 0 0.05 0.46 0.06 53.39 0.77 0.72
Hex EF E3 82 0 5 2E 6 35 4D 48
Octal 357 343 202 0 5 56 6 65 115 110
Binary 11101111 11100011 10000010 0 101 101110 110 110101 1001101 1001000

Color Harmonies of #EFE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE382

Black with #EFE382

Text Example


Text Example

White with #EFE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE382; }

 p { color: rgb(239,227,130); }

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

background-color css

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

 a { background-color: rgb(239,227,130); }

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

border-color css

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

 span { border-color: rgb(239,227,130); }

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