Html Css Color HEX #EFCD2E Golden Dream

📋 copy color: '#EFCD2E'

red 239 ◦ green 205 ◦ blue 46

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

Shades of Golden Dream #EFCD2E

Tints of Golden Dream #EFCD2E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

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

R = 48.78%
G = 41.84%
B = 9.39%

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

#EFCD2E (or 0xEFCD2E) is known color: Golden Dream. HEX triplet: EF, CD and 2E. RGB value is (239,205,46). Sum of RGB (Red+Green+Blue) = 239+205+46=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD2E is #1032D1. Grayscale: #C5C5C5. Windows color (decimal): -1061586 or 3067375. OLE color: 3067375.

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

Color convert

RGB 239 205 46 -
CMYK 0 0.14 0.81 0.06
HSL 49.43º 0.86% 0.56% -
HSV(B) 49.43º 0.81% 0.94% -
XYZ 57.92 62.21 11.54 -
YUV 197.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 239 205 46 0 0.14 0.81 0.06 49.43 0.86 0.56
Hex EF CD 2E 0 E 51 6 31 56 38
Octal 357 315 56 0 16 121 6 61 126 70
Binary 11101111 11001101 101110 0 1110 1010001 110 110001 1010110 111000

Color Harmonies of #EFCD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD2E

Black with #EFCD2E

Text Example


Text Example

White with #EFCD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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