Html Css Color HEX #EFCC2C Golden Dream

📋 copy color: '#EFCC2C'

red 239 ◦ green 204 ◦ blue 44

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

Shades of Golden Dream #EFCC2C

Tints of Golden Dream #EFCC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 49.08%
G = 41.89%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFCC2C (or 0xEFCC2C) is known color: Golden Dream. HEX triplet: EF, CC and 2C. RGB value is (239,204,44). Sum of RGB (Red+Green+Blue) = 239+204+44=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2C is #1033D3. Grayscale: #C4C4C4. Windows color (decimal): -1061844 or 2936047. OLE color: 2936047.

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

Color convert

RGB 239 204 44 -
CMYK 0 0.15 0.82 0.06
HSL 49.23º 0.86% 0.55% -
HSV(B) 49.23º 0.82% 0.94% -
XYZ 57.64 61.72 11.26 -
YUV 196.23 42.1 158.51 -
System Red Green Blue C M Y K H S L
Decimal 239 204 44 0 0.15 0.82 0.06 49.23 0.86 0.55
Hex EF CC 2C 0 F 52 6 31 56 37
Octal 357 314 54 0 17 122 6 61 126 67
Binary 11101111 11001100 101100 0 1111 1010010 110 110001 1010110 110111

Color Harmonies of #EFCC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC2C

Black with #EFCC2C

Text Example


Text Example

White with #EFCC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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