Html Css Color HEX #E0D02F Starship

📋 copy color: '#E0D02F'

red 224 ◦ green 208 ◦ blue 47

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

Shades of Starship #E0D02F

Tints of Starship #E0D02F

RGB

 RED value IS 224 (87.89% from 255) = 46.76%

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

 BLUE value IS 47 (18.75% from 255) = 9.81%

R = 46.76%
G = 43.42%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0D02F (or 0xE0D02F) is known color: Starship. HEX triplet: E0, D0 and 2F. RGB value is (224,208,47). Sum of RGB (Red+Green+Blue) = 224+208+47=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D02F is #1F2FD0. Grayscale: #C3C3C3. Windows color (decimal): -2043857 or 3133664. OLE color: 3133664.

HSL color Cylindrical-coordinate representation of color #E0D02F: hue angle of 54.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0D02F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 47 -
CMYK 0 0.07 0.79 0.12
HSL 54.58º 0.74% 0.53% -
HSV(B) 54.58º 0.79% 0.88% -
XYZ 53.81 61.16 11.66 -
YUV 194.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 224 208 47 0 0.07 0.79 0.12 54.58 0.74 0.53
Hex E0 D0 2F 0 7 4F C 37 4A 35
Octal 340 320 57 0 7 117 14 67 112 65
Binary 11100000 11010000 101111 0 111 1001111 1100 110111 1001010 110101

Color Harmonies of #E0D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D02F

Black with #E0D02F

Text Example


Text Example

White with #E0D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D02F; }

 p { color: rgb(224,208,47); }

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

background-color css

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

 a { background-color: rgb(224,208,47); }

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

border-color css

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

 span { border-color: rgb(224,208,47); }

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