Html Css Color HEX #EAE041 Starship

📋 copy color: '#EAE041'

red 234 ◦ green 224 ◦ blue 65

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

Shades of Starship #EAE041

Tints of Starship #EAE041

RGB

 RED value IS 234 (91.8% from 255) = 44.74%

 GREEN value IS 224 (87.89% from 255) = 42.83%

 BLUE value IS 65 (25.78% from 255) = 12.43%

R = 44.74%
G = 42.83%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAE041 (or 0xEAE041) is known color: Starship. HEX triplet: EA, E0 and 41. RGB value is (234,224,65). Sum of RGB (Red+Green+Blue) = 234+224+65=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE041 is #151FBE. Grayscale: #D1D1D1. Windows color (decimal): -1384383 or 4317418. OLE color: 4317418.

HSL color Cylindrical-coordinate representation of color #EAE041: hue angle of 56.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAE041 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 65 -
CMYK 0 0.04 0.72 0.08
HSL 56.45º 0.8% 0.59% -
HSV(B) 56.45º 0.72% 0.92% -
XYZ 61.54 71.19 15.5 -
YUV 208.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 234 224 65 0 0.04 0.72 0.08 56.45 0.8 0.59
Hex EA E0 41 0 4 48 8 38 50 3B
Octal 352 340 101 0 4 110 10 70 120 73
Binary 11101010 11100000 1000001 0 100 1001000 1000 111000 1010000 111011

Color Harmonies of #EAE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE041

Black with #EAE041

Text Example


Text Example

White with #EAE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE041; }

 p { color: rgb(234,224,65); }

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

background-color css

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

 a { background-color: rgb(234,224,65); }

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

border-color css

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

 span { border-color: rgb(234,224,65); }

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