Html Css Color HEX #E2D038 Starship

📋 copy color: '#E2D038'

red 226 ◦ green 208 ◦ blue 56

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

Shades of Starship #E2D038

Tints of Starship #E2D038

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

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

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

R = 46.12%
G = 42.45%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E2D038 (or 0xE2D038) is known color: Starship. HEX triplet: E2, D0 and 38. RGB value is (226,208,56). Sum of RGB (Red+Green+Blue) = 226+208+56=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D038 is #1D2FC7. Grayscale: #C4C4C4. Windows color (decimal): -1912776 or 3723490. OLE color: 3723490.

HSL color Cylindrical-coordinate representation of color #E2D038: hue angle of 53.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2D038 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 208 56 -
CMYK 0 0.08 0.75 0.11
HSL 53.65º 0.75% 0.55% -
HSV(B) 53.65º 0.75% 0.89% -
XYZ 54.63 61.57 12.75 -
YUV 196.05 48.96 149.36 -
System Red Green Blue C M Y K H S L
Decimal 226 208 56 0 0.08 0.75 0.11 53.65 0.75 0.55
Hex E2 D0 38 0 8 4B B 36 4B 37
Octal 342 320 70 0 10 113 13 66 113 67
Binary 11100010 11010000 111000 0 1000 1001011 1011 110110 1001011 110111

Color Harmonies of #E2D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D038

Black with #E2D038

Text Example


Text Example

White with #E2D038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D038; }

 p { color: rgb(226,208,56); }

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

background-color css

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

 a { background-color: rgb(226,208,56); }

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

border-color css

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

 span { border-color: rgb(226,208,56); }

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