Html Css Color HEX #E5D034 Starship

📋 copy color: '#E5D034'

red 229 ◦ green 208 ◦ blue 52

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

Shades of Starship #E5D034

Tints of Starship #E5D034

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

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

 BLUE value IS 52 (20.7% from 255) = 10.63%

R = 46.83%
G = 42.54%
B = 10.63%

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

#E5D034 (or 0xE5D034) is known color: Starship. HEX triplet: E5, D0 and 34. RGB value is (229,208,52). Sum of RGB (Red+Green+Blue) = 229+208+52=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D034 is #1A2FCB. Grayscale: #C5C5C5. Windows color (decimal): -1716172 or 3461349. OLE color: 3461349.

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

Color convert

RGB 229 208 52 -
CMYK 0 0.09 0.77 0.10
HSL 52.88º 0.77% 0.55% -
HSV(B) 52.88º 0.77% 0.9% -
XYZ 55.49 62.02 12.29 -
YUV 196.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 229 208 52 0 0.09 0.77 0.10 52.88 0.77 0.55
Hex E5 D0 34 0 9 4D A 35 4D 37
Octal 345 320 64 0 11 115 12 65 115 67
Binary 11100101 11010000 110100 0 1001 1001101 1010 110101 1001101 110111

Color Harmonies of #E5D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D034

Black with #E5D034

Text Example


Text Example

White with #E5D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D034; }

 p { color: rgb(229,208,52); }

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

background-color css

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

 a { background-color: rgb(229,208,52); }

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

border-color css

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

 span { border-color: rgb(229,208,52); }

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