Html Css Color HEX #EBDF3A Starship

📋 copy color: '#EBDF3A'

red 235 ◦ green 223 ◦ blue 58

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

Shades of Starship #EBDF3A

Tints of Starship #EBDF3A

RGB

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

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

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

R = 45.54%
G = 43.22%
B = 11.24%

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

#EBDF3A (or 0xEBDF3A) is known color: Starship. HEX triplet: EB, DF and 3A. RGB value is (235,223,58). Sum of RGB (Red+Green+Blue) = 235+223+58=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF3A is #1420C5. Grayscale: #D0D0D0. Windows color (decimal): -1319110 or 3858411. OLE color: 3858411.

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

Color convert

RGB 235 223 58 -
CMYK 0 0.05 0.75 0.08
HSL 55.93º 0.82% 0.57% -
HSV(B) 55.93º 0.75% 0.92% -
XYZ 61.41 70.74 14.42 -
YUV 207.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 235 223 58 0 0.05 0.75 0.08 55.93 0.82 0.57
Hex EB DF 3A 0 5 4B 8 38 52 39
Octal 353 337 72 0 5 113 10 70 122 71
Binary 11101011 11011111 111010 0 101 1001011 1000 111000 1010010 111001

Color Harmonies of #EBDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF3A

Black with #EBDF3A

Text Example


Text Example

White with #EBDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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