Html Css Color HEX #EFD42F Golden Dream

📋 copy color: '#EFD42F'

red 239 ◦ green 212 ◦ blue 47

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

Shades of Golden Dream #EFD42F

Tints of Golden Dream #EFD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 47.99%
G = 42.57%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD42F (or 0xEFD42F) is known color: Golden Dream. HEX triplet: EF, D4 and 2F. RGB value is (239,212,47). Sum of RGB (Red+Green+Blue) = 239+212+47=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD42F is #102BD0. Grayscale: #C9C9C9. Windows color (decimal): -1059793 or 3134703. OLE color: 3134703.

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

Color convert

RGB 239 212 47 -
CMYK 0 0.11 0.80 0.06
HSL 51.56º 0.86% 0.56% -
HSV(B) 51.56º 0.8% 0.94% -
XYZ 59.65 65.64 12.22 -
YUV 201.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 239 212 47 0 0.11 0.80 0.06 51.56 0.86 0.56
Hex EF D4 2F 0 B 50 6 34 56 38
Octal 357 324 57 0 13 120 6 64 126 70
Binary 11101111 11010100 101111 0 1011 1010000 110 110100 1010110 111000

Color Harmonies of #EFD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD42F

Black with #EFD42F

Text Example


Text Example

White with #EFD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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