Html Css Color HEX #EAD93E Starship

📋 copy color: '#EAD93E'

red 234 ◦ green 217 ◦ blue 62

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

Shades of Starship #EAD93E

Tints of Starship #EAD93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 62 (24.61% from 255) = 12.09%

R = 45.61%
G = 42.3%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAD93E (or 0xEAD93E) is known color: Starship. HEX triplet: EA, D9 and 3E. RGB value is (234,217,62). Sum of RGB (Red+Green+Blue) = 234+217+62=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD93E is #1526C1. Grayscale: #CDCDCD. Windows color (decimal): -1386178 or 4119018. OLE color: 4119018.

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

Color convert

RGB 234 217 62 -
CMYK 0 0.07 0.74 0.08
HSL 54.07º 0.8% 0.58% -
HSV(B) 54.07º 0.74% 0.92% -
XYZ 59.61 67.47 14.44 -
YUV 204.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 234 217 62 0 0.07 0.74 0.08 54.07 0.8 0.58
Hex EA D9 3E 0 7 4A 8 36 50 3A
Octal 352 331 76 0 7 112 10 66 120 72
Binary 11101010 11011001 111110 0 111 1001010 1000 110110 1010000 111010

Color Harmonies of #EAD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD93E

Black with #EAD93E

Text Example


Text Example

White with #EAD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD93E; }

 p { color: rgb(234,217,62); }

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

background-color css

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

 a { background-color: rgb(234,217,62); }

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

border-color css

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

 span { border-color: rgb(234,217,62); }

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