Html Css Color HEX #E6DE35 Starship

📋 copy color: '#E6DE35'

red 230 ◦ green 222 ◦ blue 53

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

Shades of Starship #E6DE35

Tints of Starship #E6DE35

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

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

R = 45.54%
G = 43.96%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6DE35 (or 0xE6DE35) is known color: Starship. HEX triplet: E6, DE and 35. RGB value is (230,222,53). Sum of RGB (Red+Green+Blue) = 230+222+53=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DE35 is #1921CA. Grayscale: #CDCDCD. Windows color (decimal): -1647051 or 3530470. OLE color: 3530470.

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

Color convert

RGB 230 222 53 -
CMYK 0 0.03 0.77 0.10
HSL 57.29º 0.78% 0.55% -
HSV(B) 57.29º 0.77% 0.9% -
XYZ 59.4 69.32 13.62 -
YUV 205.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 230 222 53 0 0.03 0.77 0.10 57.29 0.78 0.55
Hex E6 DE 35 0 3 4D A 39 4E 37
Octal 346 336 65 0 3 115 12 71 116 67
Binary 11100110 11011110 110101 0 11 1001101 1010 111001 1001110 110111

Color Harmonies of #E6DE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DE35

Black with #E6DE35

Text Example


Text Example

White with #E6DE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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