Html Css Color HEX #E3CF2F Golden Dream

📋 copy color: '#E3CF2F'

red 227 ◦ green 207 ◦ blue 47

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

Shades of Golden Dream #E3CF2F

Tints of Golden Dream #E3CF2F

RGB

 RED value IS 227 (89.06% from 255) = 47.19%

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 47.19%
G = 43.04%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3CF2F (or 0xE3CF2F) is known color: Golden Dream. HEX triplet: E3, CF and 2F. RGB value is (227,207,47). Sum of RGB (Red+Green+Blue) = 227+207+47=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CF2F is #1C30D0. Grayscale: #C3C3C3. Windows color (decimal): -1847505 or 3133411. OLE color: 3133411.

HSL color Cylindrical-coordinate representation of color #E3CF2F: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3CF2F is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 207 47 -
CMYK 0 0.09 0.79 0.11
HSL 53.33º 0.76% 0.54% -
HSV(B) 53.33º 0.79% 0.89% -
XYZ 54.5 61.16 11.62 -
YUV 194.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 227 207 47 0 0.09 0.79 0.11 53.33 0.76 0.54
Hex E3 CF 2F 0 9 4F B 35 4C 36
Octal 343 317 57 0 11 117 13 65 114 66
Binary 11100011 11001111 101111 0 1001 1001111 1011 110101 1001100 110110

Color Harmonies of #E3CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CF2F

Black with #E3CF2F

Text Example


Text Example

White with #E3CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CF2F; }

 p { color: rgb(227,207,47); }

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

background-color css

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

 a { background-color: rgb(227,207,47); }

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

border-color css

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

 span { border-color: rgb(227,207,47); }

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