Html Css Color HEX #EADB3A Starship

📋 copy color: '#EADB3A'

red 234 ◦ green 219 ◦ blue 58

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

Shades of Starship #EADB3A

Tints of Starship #EADB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 58 (23.05% from 255) = 11.35%

R = 45.79%
G = 42.86%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EADB3A (or 0xEADB3A) is known color: Starship. HEX triplet: EA, DB and 3A. RGB value is (234,219,58). Sum of RGB (Red+Green+Blue) = 234+219+58=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB3A is #1524C5. Grayscale: #CDCDCD. Windows color (decimal): -1385670 or 3857386. OLE color: 3857386.

HSL color Cylindrical-coordinate representation of color #EADB3A: hue angle of 54.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EADB3A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 58 -
CMYK 0 0.06 0.75 0.08
HSL 54.89º 0.81% 0.57% -
HSV(B) 54.89º 0.75% 0.92% -
XYZ 60.03 68.46 14.05 -
YUV 205.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 234 219 58 0 0.06 0.75 0.08 54.89 0.81 0.57
Hex EA DB 3A 0 6 4B 8 37 51 39
Octal 352 333 72 0 6 113 10 67 121 71
Binary 11101010 11011011 111010 0 110 1001011 1000 110111 1010001 111001

Color Harmonies of #EADB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB3A

Black with #EADB3A

Text Example


Text Example

White with #EADB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB3A; }

 p { color: rgb(234,219,58); }

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

background-color css

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

 a { background-color: rgb(234,219,58); }

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

border-color css

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

 span { border-color: rgb(234,219,58); }

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