Html Css Color HEX #EFC82F Golden Dream

📋 copy color: '#EFC82F'

red 239 ◦ green 200 ◦ blue 47

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

Shades of Golden Dream #EFC82F

Tints of Golden Dream #EFC82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.67%

R = 49.18%
G = 41.15%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC82F (or 0xEFC82F) is known color: Golden Dream. HEX triplet: EF, C8 and 2F. RGB value is (239,200,47). Sum of RGB (Red+Green+Blue) = 239+200+47=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82F is #1037D0. Grayscale: #C2C2C2. Windows color (decimal): -1062865 or 3131631. OLE color: 3131631.

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

Color convert

RGB 239 200 47 -
CMYK 0 0.16 0.80 0.06
HSL 47.81º 0.86% 0.56% -
HSV(B) 47.81º 0.8% 0.94% -
XYZ 56.76 59.86 11.25 -
YUV 194.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 239 200 47 0 0.16 0.80 0.06 47.81 0.86 0.56
Hex EF C8 2F 0 10 50 6 30 56 38
Octal 357 310 57 0 20 120 6 60 126 70
Binary 11101111 11001000 101111 0 10000 1010000 110 110000 1010110 111000

Color Harmonies of #EFC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC82F

Black with #EFC82F

Text Example


Text Example

White with #EFC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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