Html Css Color HEX #EAE445 Starship

📋 copy color: '#EAE445'

red 234 ◦ green 228 ◦ blue 69

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

Shades of Starship #EAE445

Tints of Starship #EAE445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

 BLUE value IS 69 (27.34% from 255) = 12.99%

R = 44.07%
G = 42.94%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAE445 (or 0xEAE445) is known color: Starship. HEX triplet: EA, E4 and 45. RGB value is (234,228,69). Sum of RGB (Red+Green+Blue) = 234+228+69=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE445 is #151BBA. Grayscale: #D4D4D4. Windows color (decimal): -1383355 or 4580586. OLE color: 4580586.

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

Color convert

RGB 234 228 69 -
CMYK 0 0.03 0.71 0.08
HSL 57.82º 0.8% 0.59% -
HSV(B) 57.82º 0.71% 0.92% -
XYZ 62.75 73.41 16.49 -
YUV 211.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 234 228 69 0 0.03 0.71 0.08 57.82 0.8 0.59
Hex EA E4 45 0 3 47 8 3A 50 3B
Octal 352 344 105 0 3 107 10 72 120 73
Binary 11101010 11100100 1000101 0 11 1000111 1000 111010 1010000 111011

Color Harmonies of #EAE445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE445

Black with #EAE445

Text Example


Text Example

White with #EAE445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE445; }

 p { color: rgb(234,228,69); }

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

background-color css

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

 a { background-color: rgb(234,228,69); }

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

border-color css

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

 span { border-color: rgb(234,228,69); }

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