Html Css Color HEX #EBDF45 Starship

📋 copy color: '#EBDF45'

red 235 ◦ green 223 ◦ blue 69

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

Shades of Starship #EBDF45

Tints of Starship #EBDF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.09%

R = 44.59%
G = 42.31%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBDF45 (or 0xEBDF45) is known color: Starship. HEX triplet: EB, DF and 45. RGB value is (235,223,69). Sum of RGB (Red+Green+Blue) = 235+223+69=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF45 is #1420BA. Grayscale: #D1D1D1. Windows color (decimal): -1319099 or 4579307. OLE color: 4579307.

HSL color Cylindrical-coordinate representation of color #EBDF45: hue angle of 55.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBDF45 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 69 -
CMYK 0 0.05 0.71 0.08
HSL 55.66º 0.81% 0.6% -
HSV(B) 55.66º 0.71% 0.92% -
XYZ 61.72 70.87 16.06 -
YUV 209.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 235 223 69 0 0.05 0.71 0.08 55.66 0.81 0.6
Hex EB DF 45 0 5 47 8 38 51 3C
Octal 353 337 105 0 5 107 10 70 121 74
Binary 11101011 11011111 1000101 0 101 1000111 1000 111000 1010001 111100

Color Harmonies of #EBDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF45

Black with #EBDF45

Text Example


Text Example

White with #EBDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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