Html Css Color HEX #EFC72A Golden Dream

📋 copy color: '#EFC72A'

red 239 ◦ green 199 ◦ blue 42

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

Shades of Golden Dream #EFC72A

Tints of Golden Dream #EFC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

 BLUE value IS 42 (16.8% from 255) = 8.75%

R = 49.79%
G = 41.46%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC72A (or 0xEFC72A) is known color: Golden Dream. HEX triplet: EF, C7 and 2A. RGB value is (239,199,42). Sum of RGB (Red+Green+Blue) = 239+199+42=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72A is #1038D5. Grayscale: #C1C1C1. Windows color (decimal): -1063126 or 2803695. OLE color: 2803695.

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

Color convert

RGB 239 199 42 -
CMYK 0 0.17 0.82 0.06
HSL 47.82º 0.86% 0.55% -
HSV(B) 47.82º 0.82% 0.94% -
XYZ 56.44 59.36 10.67 -
YUV 193.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 239 199 42 0 0.17 0.82 0.06 47.82 0.86 0.55
Hex EF C7 2A 0 11 52 6 30 56 37
Octal 357 307 52 0 21 122 6 60 126 67
Binary 11101111 11000111 101010 0 10001 1010010 110 110000 1010110 110111

Color Harmonies of #EFC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC72A

Black with #EFC72A

Text Example


Text Example

White with #EFC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC72A; }

 p { color: rgb(239,199,42); }

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

background-color css

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

 a { background-color: rgb(239,199,42); }

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

border-color css

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

 span { border-color: rgb(239,199,42); }

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