Html Css Color HEX #CED241 Wattle

📋 copy color: '#CED241'

red 206 ◦ green 210 ◦ blue 65

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

Shades of Wattle #CED241

Tints of Wattle #CED241

RGB

 RED value IS 206 (80.86% from 255) = 42.83%

 GREEN value IS 210 (82.42% from 255) = 43.66%

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

R = 42.83%
G = 43.66%
B = 13.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#CED241 (or 0xCED241) is known color: Wattle. HEX triplet: CE, D2 and 41. RGB value is (206,210,65). Sum of RGB (Red+Green+Blue) = 206+210+65=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #CED241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED241 is #312DBE. Grayscale: #C0C0C0. Windows color (decimal): -3222975 or 4313806. OLE color: 4313806.

HSL color Cylindrical-coordinate representation of color #CED241: hue angle of 61.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED241 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 65 -
CMYK 0.02 0 0.69 0.18
HSL 61.66º 0.62% 0.54% -
HSV(B) 61.66º 0.69% 0.82% -
XYZ 49.45 59.6 13.9 -
YUV 192.27 56.17 137.79 -
System Red Green Blue C M Y K H S L
Decimal 206 210 65 0.02 0 0.69 0.18 61.66 0.62 0.54
Hex CE D2 41 2 0 45 12 3E 3E 36
Octal 316 322 101 2 0 105 22 76 76 66
Binary 11001110 11010010 1000001 10 0 1000101 10010 111110 111110 110110

Color Harmonies of #CED241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED241

Black with #CED241

Text Example


Text Example

White with #CED241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED241; }

 p { color: rgb(206,210,65); }

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

background-color css

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

 a { background-color: rgb(206,210,65); }

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

border-color css

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

 span { border-color: rgb(206,210,65); }

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