Html Css Color HEX #E6D035 Starship

📋 copy color: '#E6D035'

red 230 ◦ green 208 ◦ blue 53

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

Shades of Starship #E6D035

Tints of Starship #E6D035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.79%

R = 46.84%
G = 42.36%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6D035 (or 0xE6D035) is known color: Starship. HEX triplet: E6, D0 and 35. RGB value is (230,208,53). Sum of RGB (Red+Green+Blue) = 230+208+53=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D035 is #192FCA. Grayscale: #C5C5C5. Windows color (decimal): -1650635 or 3526886. OLE color: 3526886.

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

Color convert

RGB 230 208 53 -
CMYK 0 0.10 0.77 0.10
HSL 52.54º 0.78% 0.55% -
HSV(B) 52.54º 0.77% 0.9% -
XYZ 55.83 62.19 12.43 -
YUV 196.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 230 208 53 0 0.10 0.77 0.10 52.54 0.78 0.55
Hex E6 D0 35 0 A 4D A 35 4E 37
Octal 346 320 65 0 12 115 12 65 116 67
Binary 11100110 11010000 110101 0 1010 1001101 1010 110101 1001110 110111

Color Harmonies of #E6D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D035

Black with #E6D035

Text Example


Text Example

White with #E6D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D035; }

 p { color: rgb(230,208,53); }

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

background-color css

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

 a { background-color: rgb(230,208,53); }

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

border-color css

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

 span { border-color: rgb(230,208,53); }

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