Html Css Color HEX #EDDF44 Starship

📋 copy color: '#EDDF44'

red 237 ◦ green 223 ◦ blue 68

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

Shades of Starship #EDDF44

Tints of Starship #EDDF44

RGB

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

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

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

R = 44.89%
G = 42.23%
B = 12.88%

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

#EDDF44 (or 0xEDDF44) is known color: Starship. HEX triplet: ED, DF and 44. RGB value is (237,223,68). Sum of RGB (Red+Green+Blue) = 237+223+68=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF44 is #1220BB. Grayscale: #D2D2D2. Windows color (decimal): -1188028 or 4513773. OLE color: 4513773.

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

Color convert

RGB 237 223 68 -
CMYK 0 0.06 0.71 0.07
HSL 55.03º 0.82% 0.6% -
HSV(B) 55.03º 0.71% 0.93% -
XYZ 62.36 71.2 15.92 -
YUV 209.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 237 223 68 0 0.06 0.71 0.07 55.03 0.82 0.6
Hex ED DF 44 0 6 47 7 37 52 3C
Octal 355 337 104 0 6 107 7 67 122 74
Binary 11101101 11011111 1000100 0 110 1000111 111 110111 1010010 111100

Color Harmonies of #EDDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF44

Black with #EDDF44

Text Example


Text Example

White with #EDDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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