Html Css Color HEX #CED246 Wattle

📋 copy color: '#CED246'

red 206 ◦ green 210 ◦ blue 70

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

Shades of Wattle #CED246

Tints of Wattle #CED246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 42.39%
G = 43.21%
B = 14.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#CED246 (or 0xCED246) is known color: Wattle. HEX triplet: CE, D2 and 46. RGB value is (206,210,70). Sum of RGB (Red+Green+Blue) = 206+210+70=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #CED246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED246 is #312DB9. Grayscale: #C1C1C1. Windows color (decimal): -3222970 or 4641486. OLE color: 4641486.

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

Color convert

RGB 206 210 70 -
CMYK 0.02 0 0.67 0.18
HSL 61.71º 0.61% 0.55% -
HSV(B) 61.71º 0.67% 0.82% -
XYZ 49.61 59.66 14.69 -
YUV 192.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 206 210 70 0.02 0 0.67 0.18 61.71 0.61 0.55
Hex CE D2 46 2 0 43 12 3E 3D 37
Octal 316 322 106 2 0 103 22 76 75 67
Binary 11001110 11010010 1000110 10 0 1000011 10010 111110 111101 110111

Color Harmonies of #CED246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED246

Black with #CED246

Text Example


Text Example

White with #CED246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED246; }

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

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

background-color css

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

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

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

border-color css

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

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

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