Html Css Color HEX #EADD46 Starship

📋 copy color: '#EADD46'

red 234 ◦ green 221 ◦ blue 70

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

Shades of Starship #EADD46

Tints of Starship #EADD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 44.57%
G = 42.1%
B = 13.33%

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

#EADD46 (or 0xEADD46) is known color: Starship. HEX triplet: EA, DD and 46. RGB value is (234,221,70). Sum of RGB (Red+Green+Blue) = 234+221+70=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD46 is #1522B9. Grayscale: #D0D0D0. Windows color (decimal): -1385146 or 4644330. OLE color: 4644330.

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

Color convert

RGB 234 221 70 -
CMYK 0 0.06 0.70 0.08
HSL 55.24º 0.8% 0.6% -
HSV(B) 55.24º 0.7% 0.92% -
XYZ 60.89 69.65 16.03 -
YUV 207.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 234 221 70 0 0.06 0.70 0.08 55.24 0.8 0.6
Hex EA DD 46 0 6 46 8 37 50 3C
Octal 352 335 106 0 6 106 10 67 120 74
Binary 11101010 11011101 1000110 0 110 1000110 1000 110111 1010000 111100

Color Harmonies of #EADD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD46

Black with #EADD46

Text Example


Text Example

White with #EADD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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