Html Css Color HEX #EFD02D Golden Dream

📋 copy color: '#EFD02D'

red 239 ◦ green 208 ◦ blue 45

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

Shades of Golden Dream #EFD02D

Tints of Golden Dream #EFD02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.15%

R = 48.58%
G = 42.28%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD02D (or 0xEFD02D) is known color: Golden Dream. HEX triplet: EF, D0 and 2D. RGB value is (239,208,45). Sum of RGB (Red+Green+Blue) = 239+208+45=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD02D is #102FD2. Grayscale: #C7C7C7. Windows color (decimal): -1060819 or 3002607. OLE color: 3002607.

HSL color Cylindrical-coordinate representation of color #EFD02D: hue angle of 50.41º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD02D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 45 -
CMYK 0 0.13 0.81 0.06
HSL 50.41º 0.86% 0.56% -
HSV(B) 50.41º 0.81% 0.94% -
XYZ 58.63 63.65 11.68 -
YUV 198.69 41.27 156.75 -
System Red Green Blue C M Y K H S L
Decimal 239 208 45 0 0.13 0.81 0.06 50.41 0.86 0.56
Hex EF D0 2D 0 D 51 6 32 56 38
Octal 357 320 55 0 15 121 6 62 126 70
Binary 11101111 11010000 101101 0 1101 1010001 110 110010 1010110 111000

Color Harmonies of #EFD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD02D

Black with #EFD02D

Text Example


Text Example

White with #EFD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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