Html Css Color HEX #EAE246 Starship

📋 copy color: '#EAE246'

red 234 ◦ green 226 ◦ blue 70

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

Shades of Starship #EAE246

Tints of Starship #EAE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

 BLUE value IS 70 (27.73% from 255) = 13.21%

R = 44.15%
G = 42.64%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAE246 (or 0xEAE246) is known color: Starship. HEX triplet: EA, E2 and 46. RGB value is (234,226,70). Sum of RGB (Red+Green+Blue) = 234+226+70=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE246 is #151DB9. Grayscale: #D3D3D3. Windows color (decimal): -1383866 or 4645610. OLE color: 4645610.

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

Color convert

RGB 234 226 70 -
CMYK 0 0.03 0.70 0.08
HSL 57.07º 0.8% 0.6% -
HSV(B) 57.07º 0.7% 0.92% -
XYZ 62.23 72.33 16.47 -
YUV 210.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 234 226 70 0 0.03 0.70 0.08 57.07 0.8 0.6
Hex EA E2 46 0 3 46 8 39 50 3C
Octal 352 342 106 0 3 106 10 71 120 74
Binary 11101010 11100010 1000110 0 11 1000110 1000 111001 1010000 111100

Color Harmonies of #EAE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE246

Black with #EAE246

Text Example


Text Example

White with #EAE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE246; }

 p { color: rgb(234,226,70); }

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

background-color css

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

 a { background-color: rgb(234,226,70); }

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

border-color css

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

 span { border-color: rgb(234,226,70); }

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