Html Css Color HEX #EBDF43 Starship

📋 copy color: '#EBDF43'

red 235 ◦ green 223 ◦ blue 67

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

Shades of Starship #EBDF43

Tints of Starship #EBDF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.76%

R = 44.76%
G = 42.48%
B = 12.76%

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

#EBDF43 (or 0xEBDF43) is known color: Starship. HEX triplet: EB, DF and 43. RGB value is (235,223,67). Sum of RGB (Red+Green+Blue) = 235+223+67=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 67 (26.56% from 255 or 12.76% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF43 is #1420BC. Grayscale: #D1D1D1. Windows color (decimal): -1319101 or 4448235. OLE color: 4448235.

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

Color convert

RGB 235 223 67 -
CMYK 0 0.05 0.71 0.08
HSL 55.71º 0.81% 0.59% -
HSV(B) 55.71º 0.71% 0.92% -
XYZ 61.66 70.84 15.73 -
YUV 208.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 235 223 67 0 0.05 0.71 0.08 55.71 0.81 0.59
Hex EB DF 43 0 5 47 8 38 51 3B
Octal 353 337 103 0 5 107 10 70 121 73
Binary 11101011 11011111 1000011 0 101 1000111 1000 111000 1010001 111011

Color Harmonies of #EBDF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF43

Black with #EBDF43

Text Example


Text Example

White with #EBDF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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