Html Css Color HEX #E6C730 Golden Dream

📋 copy color: '#E6C730'

red 230 ◦ green 199 ◦ blue 48

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

Shades of Golden Dream #E6C730

Tints of Golden Dream #E6C730

RGB

 RED value IS 230 (90.23% from 255) = 48.22%

 GREEN value IS 199 (78.13% from 255) = 41.72%

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

R = 48.22%
G = 41.72%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6C730 (or 0xE6C730) is known color: Golden Dream. HEX triplet: E6, C7 and 30. RGB value is (230,199,48). Sum of RGB (Red+Green+Blue) = 230+199+48=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C730 is #1938CF. Grayscale: #BFBFBF. Windows color (decimal): -1652944 or 3196902. OLE color: 3196902.

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

Color convert

RGB 230 199 48 -
CMYK 0 0.13 0.79 0.10
HSL 49.78º 0.78% 0.55% -
HSV(B) 49.78º 0.79% 0.9% -
XYZ 53.59 57.88 11.14 -
YUV 191.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 230 199 48 0 0.13 0.79 0.10 49.78 0.78 0.55
Hex E6 C7 30 0 D 4F A 32 4E 37
Octal 346 307 60 0 15 117 12 62 116 67
Binary 11100110 11000111 110000 0 1101 1001111 1010 110010 1001110 110111

Color Harmonies of #E6C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C730

Black with #E6C730

Text Example


Text Example

White with #E6C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C730; }

 p { color: rgb(230,199,48); }

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

background-color css

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

 a { background-color: rgb(230,199,48); }

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

border-color css

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

 span { border-color: rgb(230,199,48); }

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