Html Css Color HEX #EAE640 Starship

📋 copy color: '#EAE640'

red 234 ◦ green 230 ◦ blue 64

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

Shades of Starship #EAE640

Tints of Starship #EAE640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.12%

R = 44.32%
G = 43.56%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAE640 (or 0xEAE640) is known color: Starship. HEX triplet: EA, E6 and 40. RGB value is (234,230,64). Sum of RGB (Red+Green+Blue) = 234+230+64=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE640 is #1519BF. Grayscale: #D4D4D4. Windows color (decimal): -1382848 or 4253418. OLE color: 4253418.

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

Color convert

RGB 234 230 64 -
CMYK 0 0.02 0.73 0.08
HSL 58.59º 0.8% 0.58% -
HSV(B) 58.59º 0.73% 0.92% -
XYZ 63.15 74.46 15.89 -
YUV 212.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 234 230 64 0 0.02 0.73 0.08 58.59 0.8 0.58
Hex EA E6 40 0 2 49 8 3B 50 3A
Octal 352 346 100 0 2 111 10 73 120 72
Binary 11101010 11100110 1000000 0 10 1001001 1000 111011 1010000 111010

Color Harmonies of #EAE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE640

Black with #EAE640

Text Example


Text Example

White with #EAE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE640; }

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

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

background-color css

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

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

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

border-color css

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

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

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