Html Css Color HEX #EBDF3F Starship

📋 copy color: '#EBDF3F'

red 235 ◦ green 223 ◦ blue 63

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

Shades of Starship #EBDF3F

Tints of Starship #EBDF3F

RGB

 RED value IS 235 (92.19% from 255) = 45.11%

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

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

R = 45.11%
G = 42.8%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBDF3F (or 0xEBDF3F) is known color: Starship. HEX triplet: EB, DF and 3F. RGB value is (235,223,63). Sum of RGB (Red+Green+Blue) = 235+223+63=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF3F is #1420C0. Grayscale: #D1D1D1. Windows color (decimal): -1319105 or 4186091. OLE color: 4186091.

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

Color convert

RGB 235 223 63 -
CMYK 0 0.05 0.73 0.08
HSL 55.81º 0.81% 0.58% -
HSV(B) 55.81º 0.73% 0.92% -
XYZ 61.55 70.8 15.12 -
YUV 208.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 235 223 63 0 0.05 0.73 0.08 55.81 0.81 0.58
Hex EB DF 3F 0 5 49 8 38 51 3A
Octal 353 337 77 0 5 111 10 70 121 72
Binary 11101011 11011111 111111 0 101 1001001 1000 111000 1010001 111010

Color Harmonies of #EBDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF3F

Black with #EBDF3F

Text Example


Text Example

White with #EBDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF3F; }

 p { color: rgb(235,223,63); }

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

background-color css

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

 a { background-color: rgb(235,223,63); }

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

border-color css

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

 span { border-color: rgb(235,223,63); }

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