Html Css Color HEX #E7DA42 Starship

📋 copy color: '#E7DA42'

red 231 ◦ green 218 ◦ blue 66

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

Shades of Starship #E7DA42

Tints of Starship #E7DA42

RGB

 RED value IS 231 (90.63% from 255) = 44.85%

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 66 (26.17% from 255) = 12.82%

R = 44.85%
G = 42.33%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E7DA42 (or 0xE7DA42) is known color: Starship. HEX triplet: E7, DA and 42. RGB value is (231,218,66). Sum of RGB (Red+Green+Blue) = 231+218+66=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DA42 is #1825BD. Grayscale: #CDCDCD. Windows color (decimal): -1582526 or 4381415. OLE color: 4381415.

HSL color Cylindrical-coordinate representation of color #E7DA42: hue angle of 55.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7DA42 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 218 66 -
CMYK 0 0.06 0.71 0.09
HSL 55.27º 0.77% 0.58% -
HSV(B) 55.27º 0.71% 0.91% -
XYZ 59.01 67.53 15.08 -
YUV 204.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 231 218 66 0 0.06 0.71 0.09 55.27 0.77 0.58
Hex E7 DA 42 0 6 47 9 37 4D 3A
Octal 347 332 102 0 6 107 11 67 115 72
Binary 11100111 11011010 1000010 0 110 1000111 1001 110111 1001101 111010

Color Harmonies of #E7DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA42

Black with #E7DA42

Text Example


Text Example

White with #E7DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA42; }

 p { color: rgb(231,218,66); }

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

background-color css

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

 a { background-color: rgb(231,218,66); }

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

border-color css

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

 span { border-color: rgb(231,218,66); }

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