Html Css Color HEX #E5D238 Starship

📋 copy color: '#E5D238'

red 229 ◦ green 210 ◦ blue 56

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

Shades of Starship #E5D238

Tints of Starship #E5D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 56 (22.27% from 255) = 11.31%

R = 46.26%
G = 42.42%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E5D238 (or 0xE5D238) is known color: Starship. HEX triplet: E5, D2 and 38. RGB value is (229,210,56). Sum of RGB (Red+Green+Blue) = 229+210+56=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D238 is #1A2DC7. Grayscale: #C6C6C6. Windows color (decimal): -1715656 or 3724005. OLE color: 3724005.

HSL color Cylindrical-coordinate representation of color #E5D238: hue angle of 53.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5D238 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 210 56 -
CMYK 0 0.08 0.76 0.10
HSL 53.41º 0.77% 0.56% -
HSV(B) 53.41º 0.76% 0.9% -
XYZ 56.07 63.04 12.95 -
YUV 198.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 229 210 56 0 0.08 0.76 0.10 53.41 0.77 0.56
Hex E5 D2 38 0 8 4C A 35 4D 38
Octal 345 322 70 0 10 114 12 65 115 70
Binary 11100101 11010010 111000 0 1000 1001100 1010 110101 1001101 111000

Color Harmonies of #E5D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D238

Black with #E5D238

Text Example


Text Example

White with #E5D238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D238; }

 p { color: rgb(229,210,56); }

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

background-color css

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

 a { background-color: rgb(229,210,56); }

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

border-color css

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

 span { border-color: rgb(229,210,56); }

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