Html Css Color HEX #EFD02F Golden Dream

📋 copy color: '#EFD02F'

red 239 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #EFD02F

Tints of Golden Dream #EFD02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

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

R = 48.38%
G = 42.11%
B = 9.51%

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

#EFD02F (or 0xEFD02F) is known color: Golden Dream. HEX triplet: EF, D0 and 2F. RGB value is (239,208,47). Sum of RGB (Red+Green+Blue) = 239+208+47=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD02F is #102FD0. Grayscale: #C7C7C7. Windows color (decimal): -1060817 or 3133679. OLE color: 3133679.

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

Color convert

RGB 239 208 47 -
CMYK 0 0.13 0.80 0.06
HSL 50.31º 0.86% 0.56% -
HSV(B) 50.31º 0.8% 0.94% -
XYZ 58.67 63.67 11.89 -
YUV 198.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 239 208 47 0 0.13 0.80 0.06 50.31 0.86 0.56
Hex EF D0 2F 0 D 50 6 32 56 38
Octal 357 320 57 0 15 120 6 62 126 70
Binary 11101111 11010000 101111 0 1101 1010000 110 110010 1010110 111000

Color Harmonies of #EFD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD02F

Black with #EFD02F

Text Example


Text Example

White with #EFD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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