Html Css Color HEX #EFD030 Golden Dream

📋 copy color: '#EFD030'

red 239 ◦ green 208 ◦ blue 48

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

Shades of Golden Dream #EFD030

Tints of Golden Dream #EFD030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 48.28%
G = 42.02%
B = 9.7%

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

#EFD030 (or 0xEFD030) is known color: Golden Dream. HEX triplet: EF, D0 and 30. RGB value is (239,208,48). Sum of RGB (Red+Green+Blue) = 239+208+48=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD030 is #102FCF. Grayscale: #C7C7C7. Windows color (decimal): -1060816 or 3199215. OLE color: 3199215.

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

Color convert

RGB 239 208 48 -
CMYK 0 0.13 0.80 0.06
HSL 50.26º 0.86% 0.56% -
HSV(B) 50.26º 0.8% 0.94% -
XYZ 58.69 63.68 11.99 -
YUV 199.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 239 208 48 0 0.13 0.80 0.06 50.26 0.86 0.56
Hex EF D0 30 0 D 50 6 32 56 38
Octal 357 320 60 0 15 120 6 62 126 70
Binary 11101111 11010000 110000 0 1101 1010000 110 110010 1010110 111000

Color Harmonies of #EFD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD030

Black with #EFD030

Text Example


Text Example

White with #EFD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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