Html Css Color HEX #EAE643 Starship

📋 copy color: '#EAE643'

red 234 ◦ green 230 ◦ blue 67

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

Shades of Starship #EAE643

Tints of Starship #EAE643

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

 BLUE value IS 67 (26.56% from 255) = 12.62%

R = 44.07%
G = 43.31%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAE643 (or 0xEAE643) is known color: Starship. HEX triplet: EA, E6 and 43. RGB value is (234,230,67). Sum of RGB (Red+Green+Blue) = 234+230+67=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 67 (26.56% from 255 or 12.62% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE643 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE643 is #1519BC. Grayscale: #D5D5D5. Windows color (decimal): -1382845 or 4450026. OLE color: 4450026.

HSL color Cylindrical-coordinate representation of color #EAE643: hue angle of 58.56º 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 #EAE643 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 230 67 -
CMYK 0 0.02 0.71 0.08
HSL 58.56º 0.8% 0.59% -
HSV(B) 58.56º 0.71% 0.92% -
XYZ 63.24 74.49 16.36 -
YUV 212.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 234 230 67 0 0.02 0.71 0.08 58.56 0.8 0.59
Hex EA E6 43 0 2 47 8 3B 50 3B
Octal 352 346 103 0 2 107 10 73 120 73
Binary 11101010 11100110 1000011 0 10 1000111 1000 111011 1010000 111011

Color Harmonies of #EAE643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE643

Black with #EAE643

Text Example


Text Example

White with #EAE643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE643; }

 p { color: rgb(234,230,67); }

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

background-color css

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

 a { background-color: rgb(234,230,67); }

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

border-color css

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

 span { border-color: rgb(234,230,67); }

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