Html Css Color HEX #EFCF2D Golden Dream

📋 copy color: '#EFCF2D'

red 239 ◦ green 207 ◦ blue 45

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

Shades of Golden Dream #EFCF2D

Tints of Golden Dream #EFCF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 48.68%
G = 42.16%
B = 9.16%

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

#EFCF2D (or 0xEFCF2D) is known color: Golden Dream. HEX triplet: EF, CF and 2D. RGB value is (239,207,45). Sum of RGB (Red+Green+Blue) = 239+207+45=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF2D is #1030D2. Grayscale: #C6C6C6. Windows color (decimal): -1061075 or 3002351. OLE color: 3002351.

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

Color convert

RGB 239 207 45 -
CMYK 0 0.13 0.81 0.06
HSL 50.1º 0.86% 0.56% -
HSV(B) 50.1º 0.81% 0.94% -
XYZ 58.38 63.17 11.6 -
YUV 198.1 41.6 157.17 -
System Red Green Blue C M Y K H S L
Decimal 239 207 45 0 0.13 0.81 0.06 50.1 0.86 0.56
Hex EF CF 2D 0 D 51 6 32 56 38
Octal 357 317 55 0 15 121 6 62 126 70
Binary 11101111 11001111 101101 0 1101 1010001 110 110010 1010110 111000

Color Harmonies of #EFCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF2D

Black with #EFCF2D

Text Example


Text Example

White with #EFCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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