Html Css Color HEX #EFC92E Golden Dream

📋 copy color: '#EFC92E'

red 239 ◦ green 201 ◦ blue 46

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

Shades of Golden Dream #EFC92E

Tints of Golden Dream #EFC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 49.18%
G = 41.36%
B = 9.47%

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

#EFC92E (or 0xEFC92E) is known color: Golden Dream. HEX triplet: EF, C9 and 2E. RGB value is (239,201,46). Sum of RGB (Red+Green+Blue) = 239+201+46=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC92E is #1036D1. Grayscale: #C3C3C3. Windows color (decimal): -1062610 or 3066351. OLE color: 3066351.

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

Color convert

RGB 239 201 46 -
CMYK 0 0.16 0.81 0.06
HSL 48.19º 0.86% 0.56% -
HSV(B) 48.19º 0.81% 0.94% -
XYZ 56.98 60.32 11.22 -
YUV 194.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 239 201 46 0 0.16 0.81 0.06 48.19 0.86 0.56
Hex EF C9 2E 0 10 51 6 30 56 38
Octal 357 311 56 0 20 121 6 60 126 70
Binary 11101111 11001001 101110 0 10000 1010001 110 110000 1010110 111000

Color Harmonies of #EFC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC92E

Black with #EFC92E

Text Example


Text Example

White with #EFC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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