Html Css Color HEX #EADB40 Starship

📋 copy color: '#EADB40'

red 234 ◦ green 219 ◦ blue 64

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

Shades of Starship #EADB40

Tints of Starship #EADB40

RGB

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

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

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

R = 45.26%
G = 42.36%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EADB40 (or 0xEADB40) is known color: Starship. HEX triplet: EA, DB and 40. RGB value is (234,219,64). Sum of RGB (Red+Green+Blue) = 234+219+64=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB40 is #1524BF. Grayscale: #CECECE. Windows color (decimal): -1385664 or 4250602. OLE color: 4250602.

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

Color convert

RGB 234 219 64 -
CMYK 0 0.06 0.73 0.08
HSL 54.71º 0.8% 0.58% -
HSV(B) 54.71º 0.73% 0.92% -
XYZ 60.19 68.53 14.9 -
YUV 205.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 234 219 64 0 0.06 0.73 0.08 54.71 0.8 0.58
Hex EA DB 40 0 6 49 8 37 50 3A
Octal 352 333 100 0 6 111 10 67 120 72
Binary 11101010 11011011 1000000 0 110 1001001 1000 110111 1010000 111010

Color Harmonies of #EADB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB40

Black with #EADB40

Text Example


Text Example

White with #EADB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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