Html Css Color HEX #EFE182 Light Goldenrod

📋 copy color: '#EFE182'

red 239 ◦ green 225 ◦ blue 130

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

Shades of Light Goldenrod #EFE182

Tints of Light Goldenrod #EFE182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.88%

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

R = 40.24%
G = 37.88%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE182 (or 0xEFE182) is known color: Light Goldenrod. HEX triplet: EF, E1 and 82. RGB value is (239,225,130). Sum of RGB (Red+Green+Blue) = 239+225+130=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE182 is #101E7D. Grayscale: #DADADA. Windows color (decimal): -1056382 or 8577519. OLE color: 8577519.

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

Color convert

RGB 239 225 130 -
CMYK 0 0.06 0.46 0.06
HSL 52.29º 0.77% 0.72% -
HSV(B) 52.29º 0.46% 0.94% -
XYZ 66.55 73.81 31.86 -
YUV 218.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 239 225 130 0 0.06 0.46 0.06 52.29 0.77 0.72
Hex EF E1 82 0 6 2E 6 34 4D 48
Octal 357 341 202 0 6 56 6 64 115 110
Binary 11101111 11100001 10000010 0 110 101110 110 110100 1001101 1001000

Color Harmonies of #EFE182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE182

Black with #EFE182

Text Example


Text Example

White with #EFE182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE182; }

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

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

background-color css

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

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

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

border-color css

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

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

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