Html Css Color HEX #EAD43A Starship

📋 copy color: '#EAD43A'

red 234 ◦ green 212 ◦ blue 58

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

Shades of Starship #EAD43A

Tints of Starship #EAD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 46.43%
G = 42.06%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAD43A (or 0xEAD43A) is known color: Starship. HEX triplet: EA, D4 and 3A. RGB value is (234,212,58). Sum of RGB (Red+Green+Blue) = 234+212+58=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD43A is #152BC5. Grayscale: #C9C9C9. Windows color (decimal): -1387462 or 3855594. OLE color: 3855594.

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

Color convert

RGB 234 212 58 -
CMYK 0 0.09 0.75 0.08
HSL 52.5º 0.81% 0.57% -
HSV(B) 52.5º 0.75% 0.92% -
XYZ 58.24 64.88 13.46 -
YUV 201.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 234 212 58 0 0.09 0.75 0.08 52.5 0.81 0.57
Hex EA D4 3A 0 9 4B 8 34 51 39
Octal 352 324 72 0 11 113 10 64 121 71
Binary 11101010 11010100 111010 0 1001 1001011 1000 110100 1010001 111001

Color Harmonies of #EAD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD43A

Black with #EAD43A

Text Example


Text Example

White with #EAD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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