Html Css Color HEX #EFD02C Golden Dream

📋 copy color: '#EFD02C'

red 239 ◦ green 208 ◦ blue 44

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

Shades of Golden Dream #EFD02C

Tints of Golden Dream #EFD02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 48.68%
G = 42.36%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD02C (or 0xEFD02C) is known color: Golden Dream. HEX triplet: EF, D0 and 2C. RGB value is (239,208,44). Sum of RGB (Red+Green+Blue) = 239+208+44=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD02C is #102FD3. Grayscale: #C7C7C7. Windows color (decimal): -1060820 or 2937071. OLE color: 2937071.

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

Color convert

RGB 239 208 44 -
CMYK 0 0.13 0.82 0.06
HSL 50.46º 0.86% 0.55% -
HSV(B) 50.46º 0.82% 0.94% -
XYZ 58.61 63.64 11.58 -
YUV 198.57 40.77 156.84 -
System Red Green Blue C M Y K H S L
Decimal 239 208 44 0 0.13 0.82 0.06 50.46 0.86 0.55
Hex EF D0 2C 0 D 52 6 32 56 37
Octal 357 320 54 0 15 122 6 62 126 67
Binary 11101111 11010000 101100 0 1101 1010010 110 110010 1010110 110111

Color Harmonies of #EFD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD02C

Black with #EFD02C

Text Example


Text Example

White with #EFD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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