Html Css Color HEX #EFCF38 Golden Dream

📋 copy color: '#EFCF38'

red 239 ◦ green 207 ◦ blue 56

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

Shades of Golden Dream #EFCF38

Tints of Golden Dream #EFCF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 56 (22.27% from 255) = 11.16%

R = 47.61%
G = 41.24%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFCF38 (or 0xEFCF38) is known color: Golden Dream. HEX triplet: EF, CF and 38. RGB value is (239,207,56). Sum of RGB (Red+Green+Blue) = 239+207+56=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF38 is #1030C7. Grayscale: #C7C7C7. Windows color (decimal): -1061064 or 3723247. OLE color: 3723247.

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

Color convert

RGB 239 207 56 -
CMYK 0 0.13 0.77 0.06
HSL 49.51º 0.85% 0.58% -
HSV(B) 49.51º 0.77% 0.94% -
XYZ 58.62 63.26 12.86 -
YUV 199.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 239 207 56 0 0.13 0.77 0.06 49.51 0.85 0.58
Hex EF CF 38 0 D 4D 6 32 55 3A
Octal 357 317 70 0 15 115 6 62 125 72
Binary 11101111 11001111 111000 0 1101 1001101 110 110010 1010101 111010

Color Harmonies of #EFCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF38

Black with #EFCF38

Text Example


Text Example

White with #EFCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF38; }

 p { color: rgb(239,207,56); }

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

background-color css

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

 a { background-color: rgb(239,207,56); }

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

border-color css

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

 span { border-color: rgb(239,207,56); }

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