Html Css Color HEX #EDDF45 Starship

📋 copy color: '#EDDF45'

red 237 ◦ green 223 ◦ blue 69

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

Shades of Starship #EDDF45

Tints of Starship #EDDF45

RGB

 RED value IS 237 (92.97% from 255) = 44.8%

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

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

R = 44.8%
G = 42.16%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDDF45 (or 0xEDDF45) is known color: Starship. HEX triplet: ED, DF and 45. RGB value is (237,223,69). Sum of RGB (Red+Green+Blue) = 237+223+69=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF45 is #1220BA. Grayscale: #D2D2D2. Windows color (decimal): -1188027 or 4579309. OLE color: 4579309.

HSL color Cylindrical-coordinate representation of color #EDDF45: hue angle of 55º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDDF45 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 69 -
CMYK 0 0.06 0.71 0.07
HSL 55º 0.82% 0.6% -
HSV(B) 55º 0.71% 0.93% -
XYZ 62.39 71.21 16.09 -
YUV 209.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 237 223 69 0 0.06 0.71 0.07 55 0.82 0.6
Hex ED DF 45 0 6 47 7 37 52 3C
Octal 355 337 105 0 6 107 7 67 122 74
Binary 11101101 11011111 1000101 0 110 1000111 111 110111 1010010 111100

Color Harmonies of #EDDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF45

Black with #EDDF45

Text Example


Text Example

White with #EDDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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