Html Css Color HEX #EFC92D Golden Dream

📋 copy color: '#EFC92D'

red 239 ◦ green 201 ◦ blue 45

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

Shades of Golden Dream #EFC92D

Tints of Golden Dream #EFC92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 49.28%
G = 41.44%
B = 9.28%

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

#EFC92D (or 0xEFC92D) is known color: Golden Dream. HEX triplet: EF, C9 and 2D. RGB value is (239,201,45). Sum of RGB (Red+Green+Blue) = 239+201+45=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC92D is #1036D2. Grayscale: #C3C3C3. Windows color (decimal): -1062611 or 3000815. OLE color: 3000815.

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

Color convert

RGB 239 201 45 -
CMYK 0 0.16 0.81 0.06
HSL 48.25º 0.86% 0.56% -
HSV(B) 48.25º 0.81% 0.94% -
XYZ 56.96 60.31 11.12 -
YUV 194.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 239 201 45 0 0.16 0.81 0.06 48.25 0.86 0.56
Hex EF C9 2D 0 10 51 6 30 56 38
Octal 357 311 55 0 20 121 6 60 126 70
Binary 11101111 11001001 101101 0 10000 1010001 110 110000 1010110 111000

Color Harmonies of #EFC92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC92D

Black with #EFC92D

Text Example


Text Example

White with #EFC92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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