Html Css Color HEX #EFD42C Golden Dream

📋 copy color: '#EFD42C'

red 239 ◦ green 212 ◦ blue 44

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

Shades of Golden Dream #EFD42C

Tints of Golden Dream #EFD42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

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

R = 48.28%
G = 42.83%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD42C (or 0xEFD42C) is known color: Golden Dream. HEX triplet: EF, D4 and 2C. RGB value is (239,212,44). Sum of RGB (Red+Green+Blue) = 239+212+44=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD42C is #102BD3. Grayscale: #C9C9C9. Windows color (decimal): -1059796 or 2938095. OLE color: 2938095.

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

Color convert

RGB 239 212 44 -
CMYK 0 0.11 0.82 0.06
HSL 51.69º 0.86% 0.55% -
HSV(B) 51.69º 0.82% 0.94% -
XYZ 59.59 65.62 11.91 -
YUV 200.92 39.45 155.16 -
System Red Green Blue C M Y K H S L
Decimal 239 212 44 0 0.11 0.82 0.06 51.69 0.86 0.55
Hex EF D4 2C 0 B 52 6 34 56 37
Octal 357 324 54 0 13 122 6 64 126 67
Binary 11101111 11010100 101100 0 1011 1010010 110 110100 1010110 110111

Color Harmonies of #EFD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD42C

Black with #EFD42C

Text Example


Text Example

White with #EFD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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