Html Css Color HEX #EFCC2A Golden Dream

📋 copy color: '#EFCC2A'

red 239 ◦ green 204 ◦ blue 42

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

Shades of Golden Dream #EFCC2A

Tints of Golden Dream #EFCC2A

RGB

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

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

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

R = 49.28%
G = 42.06%
B = 8.66%

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

#EFCC2A (or 0xEFCC2A) is known color: Golden Dream. HEX triplet: EF, CC and 2A. RGB value is (239,204,42). Sum of RGB (Red+Green+Blue) = 239+204+42=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2A is #1033D5. Grayscale: #C4C4C4. Windows color (decimal): -1061846 or 2804975. OLE color: 2804975.

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

Color convert

RGB 239 204 42 -
CMYK 0 0.15 0.82 0.06
HSL 49.34º 0.86% 0.55% -
HSV(B) 49.34º 0.82% 0.94% -
XYZ 57.61 61.7 11.06 -
YUV 196 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 239 204 42 0 0.15 0.82 0.06 49.34 0.86 0.55
Hex EF CC 2A 0 F 52 6 31 56 37
Octal 357 314 52 0 17 122 6 61 126 67
Binary 11101111 11001100 101010 0 1111 1010010 110 110001 1010110 110111

Color Harmonies of #EFCC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC2A

Black with #EFCC2A

Text Example


Text Example

White with #EFCC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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