Html Css Color HEX #EBDB41 Starship

📋 copy color: '#EBDB41'

red 235 ◦ green 219 ◦ blue 65

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

Shades of Starship #EBDB41

Tints of Starship #EBDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 65 (25.78% from 255) = 12.52%

R = 45.28%
G = 42.2%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBDB41 (or 0xEBDB41) is known color: Starship. HEX triplet: EB, DB and 41. RGB value is (235,219,65). Sum of RGB (Red+Green+Blue) = 235+219+65=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB41 is #1424BE. Grayscale: #CECECE. Windows color (decimal): -1320127 or 4316139. OLE color: 4316139.

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

Color convert

RGB 235 219 65 -
CMYK 0 0.07 0.72 0.08
HSL 54.35º 0.81% 0.59% -
HSV(B) 54.35º 0.72% 0.92% -
XYZ 60.55 68.71 15.07 -
YUV 206.23 48.3 148.52 -
System Red Green Blue C M Y K H S L
Decimal 235 219 65 0 0.07 0.72 0.08 54.35 0.81 0.59
Hex EB DB 41 0 7 48 8 36 51 3B
Octal 353 333 101 0 7 110 10 66 121 73
Binary 11101011 11011011 1000001 0 111 1001000 1000 110110 1010001 111011

Color Harmonies of #EBDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB41

Black with #EBDB41

Text Example


Text Example

White with #EBDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB41; }

 p { color: rgb(235,219,65); }

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

background-color css

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

 a { background-color: rgb(235,219,65); }

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

border-color css

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

 span { border-color: rgb(235,219,65); }

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