Html Css Color HEX #EADF3B Starship

📋 copy color: '#EADF3B'

red 234 ◦ green 223 ◦ blue 59

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

Shades of Starship #EADF3B

Tints of Starship #EADF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 59 (23.44% from 255) = 11.43%

R = 45.35%
G = 43.22%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EADF3B (or 0xEADF3B) is known color: Starship. HEX triplet: EA, DF and 3B. RGB value is (234,223,59). Sum of RGB (Red+Green+Blue) = 234+223+59=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF3B is #1520C4. Grayscale: #D0D0D0. Windows color (decimal): -1384645 or 3923946. OLE color: 3923946.

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

Color convert

RGB 234 223 59 -
CMYK 0 0.05 0.75 0.08
HSL 56.23º 0.81% 0.57% -
HSV(B) 56.23º 0.75% 0.92% -
XYZ 61.11 70.58 14.54 -
YUV 207.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 234 223 59 0 0.05 0.75 0.08 56.23 0.81 0.57
Hex EA DF 3B 0 5 4B 8 38 51 39
Octal 352 337 73 0 5 113 10 70 121 71
Binary 11101010 11011111 111011 0 101 1001011 1000 111000 1010001 111001

Color Harmonies of #EADF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF3B

Black with #EADF3B

Text Example


Text Example

White with #EADF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF3B; }

 p { color: rgb(234,223,59); }

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

background-color css

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

 a { background-color: rgb(234,223,59); }

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

border-color css

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

 span { border-color: rgb(234,223,59); }

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