Html Css Color HEX #E3D532 Starship

📋 copy color: '#E3D532'

red 227 ◦ green 213 ◦ blue 50

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

Shades of Starship #E3D532

Tints of Starship #E3D532

RGB

 RED value IS 227 (89.06% from 255) = 46.33%

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 46.33%
G = 43.47%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E3D532 (or 0xE3D532) is known color: Starship. HEX triplet: E3, D5 and 32. RGB value is (227,213,50). Sum of RGB (Red+Green+Blue) = 227+213+50=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D532 is #1C2ACD. Grayscale: #C7C7C7. Windows color (decimal): -1845966 or 3331555. OLE color: 3331555.

HSL color Cylindrical-coordinate representation of color #E3D532: hue angle of 55.25º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3D532 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 213 50 -
CMYK 0 0.06 0.78 0.11
HSL 55.25º 0.76% 0.54% -
HSV(B) 55.25º 0.78% 0.89% -
XYZ 56.05 64.15 12.45 -
YUV 198.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 227 213 50 0 0.06 0.78 0.11 55.25 0.76 0.54
Hex E3 D5 32 0 6 4E B 37 4C 36
Octal 343 325 62 0 6 116 13 67 114 66
Binary 11100011 11010101 110010 0 110 1001110 1011 110111 1001100 110110

Color Harmonies of #E3D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D532

Black with #E3D532

Text Example


Text Example

White with #E3D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D532; }

 p { color: rgb(227,213,50); }

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

background-color css

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

 a { background-color: rgb(227,213,50); }

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

border-color css

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

 span { border-color: rgb(227,213,50); }

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