Html Css Color HEX #EFCE2E Golden Dream

📋 copy color: '#EFCE2E'

red 239 ◦ green 206 ◦ blue 46

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

Shades of Golden Dream #EFCE2E

Tints of Golden Dream #EFCE2E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

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

R = 48.68%
G = 41.96%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFCE2E (or 0xEFCE2E) is known color: Golden Dream. HEX triplet: EF, CE and 2E. RGB value is (239,206,46). Sum of RGB (Red+Green+Blue) = 239+206+46=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE2E is #1031D1. Grayscale: #C6C6C6. Windows color (decimal): -1061330 or 3067631. OLE color: 3067631.

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

Color convert

RGB 239 206 46 -
CMYK 0 0.14 0.81 0.06
HSL 49.74º 0.86% 0.56% -
HSV(B) 49.74º 0.81% 0.94% -
XYZ 58.16 62.69 11.62 -
YUV 197.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 239 206 46 0 0.14 0.81 0.06 49.74 0.86 0.56
Hex EF CE 2E 0 E 51 6 32 56 38
Octal 357 316 56 0 16 121 6 62 126 70
Binary 11101111 11001110 101110 0 1110 1010001 110 110010 1010110 111000

Color Harmonies of #EFCE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE2E

Black with #EFCE2E

Text Example


Text Example

White with #EFCE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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