Html Css Color HEX #E5D334 Starship

📋 copy color: '#E5D334'

red 229 ◦ green 211 ◦ blue 52

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

Shades of Starship #E5D334

Tints of Starship #E5D334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

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

R = 46.54%
G = 42.89%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E5D334 (or 0xE5D334) is known color: Starship. HEX triplet: E5, D3 and 34. RGB value is (229,211,52). Sum of RGB (Red+Green+Blue) = 229+211+52=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D334 is #1A2CCB. Grayscale: #C6C6C6. Windows color (decimal): -1715404 or 3462117. OLE color: 3462117.

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

Color convert

RGB 229 211 52 -
CMYK 0 0.08 0.77 0.10
HSL 53.9º 0.77% 0.55% -
HSV(B) 53.9º 0.77% 0.9% -
XYZ 56.23 63.49 12.54 -
YUV 198.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 229 211 52 0 0.08 0.77 0.10 53.9 0.77 0.55
Hex E5 D3 34 0 8 4D A 36 4D 37
Octal 345 323 64 0 10 115 12 66 115 67
Binary 11100101 11010011 110100 0 1000 1001101 1010 110110 1001101 110111

Color Harmonies of #E5D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D334

Black with #E5D334

Text Example


Text Example

White with #E5D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D334; }

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

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

background-color css

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

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

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

border-color css

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

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

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