Html Css Color HEX #EFD32F Golden Dream

📋 copy color: '#EFD32F'

red 239 ◦ green 211 ◦ blue 47

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

Shades of Golden Dream #EFD32F

Tints of Golden Dream #EFD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.45%

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

R = 48.09%
G = 42.45%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD32F (or 0xEFD32F) is known color: Golden Dream. HEX triplet: EF, D3 and 2F. RGB value is (239,211,47). Sum of RGB (Red+Green+Blue) = 239+211+47=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD32F is #102CD0. Grayscale: #C9C9C9. Windows color (decimal): -1060049 or 3134447. OLE color: 3134447.

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

Color convert

RGB 239 211 47 -
CMYK 0 0.12 0.80 0.06
HSL 51.25º 0.86% 0.56% -
HSV(B) 51.25º 0.8% 0.94% -
XYZ 59.4 65.14 12.13 -
YUV 200.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 239 211 47 0 0.12 0.80 0.06 51.25 0.86 0.56
Hex EF D3 2F 0 C 50 6 33 56 38
Octal 357 323 57 0 14 120 6 63 126 70
Binary 11101111 11010011 101111 0 1100 1010000 110 110011 1010110 111000

Color Harmonies of #EFD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD32F

Black with #EFD32F

Text Example


Text Example

White with #EFD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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