Html Css Color HEX #EFD02E Golden Dream

📋 copy color: '#EFD02E'

red 239 ◦ green 208 ◦ blue 46

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

Shades of Golden Dream #EFD02E

Tints of Golden Dream #EFD02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.33%

R = 48.48%
G = 42.19%
B = 9.33%

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

#EFD02E (or 0xEFD02E) is known color: Golden Dream. HEX triplet: EF, D0 and 2E. RGB value is (239,208,46). Sum of RGB (Red+Green+Blue) = 239+208+46=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD02E is #102FD1. Grayscale: #C7C7C7. Windows color (decimal): -1060818 or 3068143. OLE color: 3068143.

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

Color convert

RGB 239 208 46 -
CMYK 0 0.13 0.81 0.06
HSL 50.36º 0.86% 0.56% -
HSV(B) 50.36º 0.81% 0.94% -
XYZ 58.65 63.66 11.78 -
YUV 198.8 41.77 156.67 -
System Red Green Blue C M Y K H S L
Decimal 239 208 46 0 0.13 0.81 0.06 50.36 0.86 0.56
Hex EF D0 2E 0 D 51 6 32 56 38
Octal 357 320 56 0 15 121 6 62 126 70
Binary 11101111 11010000 101110 0 1101 1010001 110 110010 1010110 111000

Color Harmonies of #EFD02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD02E

Black with #EFD02E

Text Example


Text Example

White with #EFD02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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