Html Css Color HEX #EADB41 Starship

📋 copy color: '#EADB41'

red 234 ◦ green 219 ◦ blue 65

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

Shades of Starship #EADB41

Tints of Starship #EADB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.55%

R = 45.17%
G = 42.28%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EADB41 (or 0xEADB41) is known color: Starship. HEX triplet: EA, DB and 41. RGB value is (234,219,65). Sum of RGB (Red+Green+Blue) = 234+219+65=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB41 is #1524BE. Grayscale: #CECECE. Windows color (decimal): -1385663 or 4316138. OLE color: 4316138.

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

Color convert

RGB 234 219 65 -
CMYK 0 0.06 0.72 0.08
HSL 54.67º 0.8% 0.59% -
HSV(B) 54.67º 0.72% 0.92% -
XYZ 60.22 68.54 15.06 -
YUV 205.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 234 219 65 0 0.06 0.72 0.08 54.67 0.8 0.59
Hex EA DB 41 0 6 48 8 37 50 3B
Octal 352 333 101 0 6 110 10 67 120 73
Binary 11101010 11011011 1000001 0 110 1001000 1000 110111 1010000 111011

Color Harmonies of #EADB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB41

Black with #EADB41

Text Example


Text Example

White with #EADB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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