Html Css Color HEX #E7CF2E Golden Dream

📋 copy color: '#E7CF2E'

red 231 ◦ green 207 ◦ blue 46

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

Shades of Golden Dream #E7CF2E

Tints of Golden Dream #E7CF2E

RGB

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

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

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

R = 47.73%
G = 42.77%
B = 9.5%

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

#E7CF2E (or 0xE7CF2E) is known color: Golden Dream. HEX triplet: E7, CF and 2E. RGB value is (231,207,46). Sum of RGB (Red+Green+Blue) = 231+207+46=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF2E is #1830D1. Grayscale: #C4C4C4. Windows color (decimal): -1585362 or 3067879. OLE color: 3067879.

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

Color convert

RGB 231 207 46 -
CMYK 0 0.10 0.80 0.09
HSL 52.22º 0.79% 0.54% -
HSV(B) 52.22º 0.8% 0.91% -
XYZ 55.76 61.81 11.58 -
YUV 195.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 231 207 46 0 0.10 0.80 0.09 52.22 0.79 0.54
Hex E7 CF 2E 0 A 50 9 34 4F 36
Octal 347 317 56 0 12 120 11 64 117 66
Binary 11100111 11001111 101110 0 1010 1010000 1001 110100 1001111 110110

Color Harmonies of #E7CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF2E

Black with #E7CF2E

Text Example


Text Example

White with #E7CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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