Html Css Color HEX #E6D135 Starship

📋 copy color: '#E6D135'

red 230 ◦ green 209 ◦ blue 53

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

Shades of Starship #E6D135

Tints of Starship #E6D135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

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

R = 46.75%
G = 42.48%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6D135 (or 0xE6D135) is known color: Starship. HEX triplet: E6, D1 and 35. RGB value is (230,209,53). Sum of RGB (Red+Green+Blue) = 230+209+53=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D135 is #192ECA. Grayscale: #C6C6C6. Windows color (decimal): -1650379 or 3527142. OLE color: 3527142.

HSL color Cylindrical-coordinate representation of color #E6D135: hue angle of 52.88º 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 #E6D135 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 53 -
CMYK 0 0.09 0.77 0.10
HSL 52.88º 0.78% 0.55% -
HSV(B) 52.88º 0.77% 0.9% -
XYZ 56.08 62.68 12.51 -
YUV 197.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 230 209 53 0 0.09 0.77 0.10 52.88 0.78 0.55
Hex E6 D1 35 0 9 4D A 35 4E 37
Octal 346 321 65 0 11 115 12 65 116 67
Binary 11100110 11010001 110101 0 1001 1001101 1010 110101 1001110 110111

Color Harmonies of #E6D135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D135

Black with #E6D135

Text Example


Text Example

White with #E6D135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D135; }

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

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

background-color css

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

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

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

border-color css

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

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

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