Html Css Color HEX #EADB46 Starship

📋 copy color: '#EADB46'

red 234 ◦ green 219 ◦ blue 70

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

Shades of Starship #EADB46

Tints of Starship #EADB46

RGB

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

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

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

R = 44.74%
G = 41.87%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EADB46 (or 0xEADB46) is known color: Starship. HEX triplet: EA, DB and 46. RGB value is (234,219,70). Sum of RGB (Red+Green+Blue) = 234+219+70=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB46 is #1524B9. Grayscale: #CFCFCF. Windows color (decimal): -1385658 or 4643818. OLE color: 4643818.

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

Color convert

RGB 234 219 70 -
CMYK 0 0.06 0.70 0.08
HSL 54.51º 0.8% 0.6% -
HSV(B) 54.51º 0.7% 0.92% -
XYZ 60.37 68.6 15.85 -
YUV 206.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 234 219 70 0 0.06 0.70 0.08 54.51 0.8 0.6
Hex EA DB 46 0 6 46 8 37 50 3C
Octal 352 333 106 0 6 106 10 67 120 74
Binary 11101010 11011011 1000110 0 110 1000110 1000 110111 1010000 111100

Color Harmonies of #EADB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB46

Black with #EADB46

Text Example


Text Example

White with #EADB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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