Html Css Color HEX #E7CF2F Golden Dream

📋 copy color: '#E7CF2F'

red 231 ◦ green 207 ◦ blue 47

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

Shades of Golden Dream #E7CF2F

Tints of Golden Dream #E7CF2F

RGB

 RED value IS 231 (90.63% from 255) = 47.63%

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

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

R = 47.63%
G = 42.68%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7CF2F (or 0xE7CF2F) is known color: Golden Dream. HEX triplet: E7, CF and 2F. RGB value is (231,207,47). Sum of RGB (Red+Green+Blue) = 231+207+47=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF2F is #1830D0. Grayscale: #C4C4C4. Windows color (decimal): -1585361 or 3133415. OLE color: 3133415.

HSL color Cylindrical-coordinate representation of color #E7CF2F: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7CF2F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 47 -
CMYK 0 0.10 0.80 0.09
HSL 52.17º 0.79% 0.55% -
HSV(B) 52.17º 0.8% 0.91% -
XYZ 55.78 61.82 11.68 -
YUV 195.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 231 207 47 0 0.10 0.80 0.09 52.17 0.79 0.55
Hex E7 CF 2F 0 A 50 9 34 4F 37
Octal 347 317 57 0 12 120 11 64 117 67
Binary 11100111 11001111 101111 0 1010 1010000 1001 110100 1001111 110111

Color Harmonies of #E7CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF2F

Black with #E7CF2F

Text Example


Text Example

White with #E7CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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