Html Css Color HEX #EAD83F Starship

📋 copy color: '#EAD83F'

red 234 ◦ green 216 ◦ blue 63

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

Shades of Starship #EAD83F

Tints of Starship #EAD83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

 BLUE value IS 63 (25% from 255) = 12.28%

R = 45.61%
G = 42.11%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAD83F (or 0xEAD83F) is known color: Starship. HEX triplet: EA, D8 and 3F. RGB value is (234,216,63). Sum of RGB (Red+Green+Blue) = 234+216+63=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD83F is #1527C0. Grayscale: #CCCCCC. Windows color (decimal): -1386433 or 4184298. OLE color: 4184298.

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

Color convert

RGB 234 216 63 -
CMYK 0 0.08 0.73 0.08
HSL 53.68º 0.8% 0.58% -
HSV(B) 53.68º 0.73% 0.92% -
XYZ 59.38 66.96 14.5 -
YUV 203.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 234 216 63 0 0.08 0.73 0.08 53.68 0.8 0.58
Hex EA D8 3F 0 8 49 8 36 50 3A
Octal 352 330 77 0 10 111 10 66 120 72
Binary 11101010 11011000 111111 0 1000 1001001 1000 110110 1010000 111010

Color Harmonies of #EAD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD83F

Black with #EAD83F

Text Example


Text Example

White with #EAD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD83F; }

 p { color: rgb(234,216,63); }

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

background-color css

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

 a { background-color: rgb(234,216,63); }

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

border-color css

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

 span { border-color: rgb(234,216,63); }

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