Html Css Color HEX #EFCC2E Golden Dream

📋 copy color: '#EFCC2E'

red 239 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #EFCC2E

Tints of Golden Dream #EFCC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.41%

R = 48.88%
G = 41.72%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFCC2E (or 0xEFCC2E) is known color: Golden Dream. HEX triplet: EF, CC and 2E. RGB value is (239,204,46). Sum of RGB (Red+Green+Blue) = 239+204+46=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2E is #1033D1. Grayscale: #C5C5C5. Windows color (decimal): -1061842 or 3067119. OLE color: 3067119.

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

Color convert

RGB 239 204 46 -
CMYK 0 0.15 0.81 0.06
HSL 49.12º 0.86% 0.56% -
HSV(B) 49.12º 0.81% 0.94% -
XYZ 57.68 61.73 11.46 -
YUV 196.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 239 204 46 0 0.15 0.81 0.06 49.12 0.86 0.56
Hex EF CC 2E 0 F 51 6 31 56 38
Octal 357 314 56 0 17 121 6 61 126 70
Binary 11101111 11001100 101110 0 1111 1010001 110 110001 1010110 111000

Color Harmonies of #EFCC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC2E

Black with #EFCC2E

Text Example


Text Example

White with #EFCC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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