Html Css Color HEX #EBDF44 Starship

📋 copy color: '#EBDF44'

red 235 ◦ green 223 ◦ blue 68

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

Shades of Starship #EBDF44

Tints of Starship #EBDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.93%

R = 44.68%
G = 42.4%
B = 12.93%

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

#EBDF44 (or 0xEBDF44) is known color: Starship. HEX triplet: EB, DF and 44. RGB value is (235,223,68). Sum of RGB (Red+Green+Blue) = 235+223+68=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF44 is #1420BB. Grayscale: #D1D1D1. Windows color (decimal): -1319100 or 4513771. OLE color: 4513771.

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

Color convert

RGB 235 223 68 -
CMYK 0 0.05 0.71 0.08
HSL 55.69º 0.81% 0.59% -
HSV(B) 55.69º 0.71% 0.92% -
XYZ 61.69 70.85 15.89 -
YUV 208.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 235 223 68 0 0.05 0.71 0.08 55.69 0.81 0.59
Hex EB DF 44 0 5 47 8 38 51 3B
Octal 353 337 104 0 5 107 10 70 121 73
Binary 11101011 11011111 1000100 0 101 1000111 1000 111000 1010001 111011

Color Harmonies of #EBDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF44

Black with #EBDF44

Text Example


Text Example

White with #EBDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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