Html Css Color HEX #EBDF42 Starship

📋 copy color: '#EBDF42'

red 235 ◦ green 223 ◦ blue 66

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

Shades of Starship #EBDF42

Tints of Starship #EBDF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.6%

R = 44.85%
G = 42.56%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBDF42 (or 0xEBDF42) is known color: Starship. HEX triplet: EB, DF and 42. RGB value is (235,223,66). Sum of RGB (Red+Green+Blue) = 235+223+66=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF42 is #1420BD. Grayscale: #D1D1D1. Windows color (decimal): -1319102 or 4382699. OLE color: 4382699.

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

Color convert

RGB 235 223 66 -
CMYK 0 0.05 0.72 0.08
HSL 55.74º 0.81% 0.59% -
HSV(B) 55.74º 0.72% 0.92% -
XYZ 61.63 70.83 15.58 -
YUV 208.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 235 223 66 0 0.05 0.72 0.08 55.74 0.81 0.59
Hex EB DF 42 0 5 48 8 38 51 3B
Octal 353 337 102 0 5 110 10 70 121 73
Binary 11101011 11011111 1000010 0 101 1001000 1000 111000 1010001 111011

Color Harmonies of #EBDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF42

Black with #EBDF42

Text Example


Text Example

White with #EBDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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