Html Css Color HEX #EFC82E Golden Dream

📋 copy color: '#EFC82E'

red 239 ◦ green 200 ◦ blue 46

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

Shades of Golden Dream #EFC82E

Tints of Golden Dream #EFC82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 49.28%
G = 41.24%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC82E (or 0xEFC82E) is known color: Golden Dream. HEX triplet: EF, C8 and 2E. RGB value is (239,200,46). Sum of RGB (Red+Green+Blue) = 239+200+46=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82E is #1037D1. Grayscale: #C2C2C2. Windows color (decimal): -1062866 or 3066095. OLE color: 3066095.

HSL color Cylindrical-coordinate representation of color #EFC82E: hue angle of 47.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC82E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 46 -
CMYK 0 0.16 0.81 0.06
HSL 47.88º 0.86% 0.56% -
HSV(B) 47.88º 0.81% 0.94% -
XYZ 56.74 59.86 11.15 -
YUV 194.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 239 200 46 0 0.16 0.81 0.06 47.88 0.86 0.56
Hex EF C8 2E 0 10 51 6 30 56 38
Octal 357 310 56 0 20 121 6 60 126 70
Binary 11101111 11001000 101110 0 10000 1010001 110 110000 1010110 111000

Color Harmonies of #EFC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC82E

Black with #EFC82E

Text Example


Text Example

White with #EFC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC82E; }

 p { color: rgb(239,200,46); }

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

background-color css

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

 a { background-color: rgb(239,200,46); }

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

border-color css

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

 span { border-color: rgb(239,200,46); }

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