Html Css Color HEX #EFD12F Golden Dream

📋 copy color: '#EFD12F'

red 239 ◦ green 209 ◦ blue 47

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

Shades of Golden Dream #EFD12F

Tints of Golden Dream #EFD12F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

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

R = 48.28%
G = 42.22%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD12F (or 0xEFD12F) is known color: Golden Dream. HEX triplet: EF, D1 and 2F. RGB value is (239,209,47). Sum of RGB (Red+Green+Blue) = 239+209+47=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD12F is #102ED0. Grayscale: #C8C8C8. Windows color (decimal): -1060561 or 3133935. OLE color: 3133935.

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

Color convert

RGB 239 209 47 -
CMYK 0 0.13 0.80 0.06
HSL 50.63º 0.86% 0.56% -
HSV(B) 50.63º 0.8% 0.94% -
XYZ 58.91 64.16 11.97 -
YUV 199.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 239 209 47 0 0.13 0.80 0.06 50.63 0.86 0.56
Hex EF D1 2F 0 D 50 6 33 56 38
Octal 357 321 57 0 15 120 6 63 126 70
Binary 11101111 11010001 101111 0 1101 1010000 110 110011 1010110 111000

Color Harmonies of #EFD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD12F

Black with #EFD12F

Text Example


Text Example

White with #EFD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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