Html Css Color HEX #E7D030 Golden Dream

📋 copy color: '#E7D030'

red 231 ◦ green 208 ◦ blue 48

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

Shades of Golden Dream #E7D030

Tints of Golden Dream #E7D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 47.43%
G = 42.71%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E7D030 (or 0xE7D030) is known color: Golden Dream. HEX triplet: E7, D0 and 30. RGB value is (231,208,48). Sum of RGB (Red+Green+Blue) = 231+208+48=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D030 is #182FCF. Grayscale: #C5C5C5. Windows color (decimal): -1585104 or 3199207. OLE color: 3199207.

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

Color convert

RGB 231 208 48 -
CMYK 0 0.10 0.79 0.09
HSL 52.46º 0.79% 0.55% -
HSV(B) 52.46º 0.79% 0.91% -
XYZ 56.04 62.31 11.87 -
YUV 196.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 231 208 48 0 0.10 0.79 0.09 52.46 0.79 0.55
Hex E7 D0 30 0 A 4F 9 34 4F 37
Octal 347 320 60 0 12 117 11 64 117 67
Binary 11100111 11010000 110000 0 1010 1001111 1001 110100 1001111 110111

Color Harmonies of #E7D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D030

Black with #E7D030

Text Example


Text Example

White with #E7D030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D030; }

 p { color: rgb(231,208,48); }

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

background-color css

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

 a { background-color: rgb(231,208,48); }

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

border-color css

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

 span { border-color: rgb(231,208,48); }

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