Html Css Color HEX #EFCE3A Golden Dream

📋 copy color: '#EFCE3A'

red 239 ◦ green 206 ◦ blue 58

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

Shades of Golden Dream #EFCE3A

Tints of Golden Dream #EFCE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 47.51%
G = 40.95%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFCE3A (or 0xEFCE3A) is known color: Golden Dream. HEX triplet: EF, CE and 3A. RGB value is (239,206,58). Sum of RGB (Red+Green+Blue) = 239+206+58=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE3A is #1031C5. Grayscale: #C7C7C7. Windows color (decimal): -1061318 or 3854063. OLE color: 3854063.

HSL color Cylindrical-coordinate representation of color #EFCE3A: hue angle of 49.06º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFCE3A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 58 -
CMYK 0 0.14 0.76 0.06
HSL 49.06º 0.85% 0.58% -
HSV(B) 49.06º 0.76% 0.94% -
XYZ 58.43 62.8 13.04 -
YUV 199 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 239 206 58 0 0.14 0.76 0.06 49.06 0.85 0.58
Hex EF CE 3A 0 E 4C 6 31 55 3A
Octal 357 316 72 0 16 114 6 61 125 72
Binary 11101111 11001110 111010 0 1110 1001100 110 110001 1010101 111010

Color Harmonies of #EFCE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE3A

Black with #EFCE3A

Text Example


Text Example

White with #EFCE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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